Public bug reported: My application uses libgnome-media-profiles-dev to get audio-profiles from GConf-registry.
Start gconf-editor and browse to: system -> gstreamer -> 0.10 -> audio -> profiles. Libgnome-media-profiles library fails when ran with Gstreamer 1.0. The error lies in gm_audio_profile_get_active_list() function. media_profiles_list = gm_audio_profile_get_active_list(); It obvious tries to create gstreamer 1.0 pipelines from Gstreamer 0.10 profiles! And prints: (audio-recorder:8810): GStreamer-WARNING **: 0.10-style raw audio caps are being created. Should be audio/x-raw,format=(string).. now. (audio-recorder:8810): GStreamer-WARNING **: 0.10-style raw audio caps are being created. Should be audio/x-raw,format=(string).. now. .... .... (audio-recorder:8810): GStreamer-WARNING **: 0.10-style raw audio caps are being created. Should be audio/x-raw,format=(string).. now. -------- In Gstreamer 1.0, you should replace "audio/x-raw-int" and "audio/x-raw-float" with "audio/x-raw" ! Eg. see: https://wiki.ubuntu.com/Novacut/GStreamer1.0 Please add gstreamer -1.0 to Gconf registry. system -> gstreamer -> 1.0 -> audio -> profiles. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: libgnome-media-profiles-dev 3.0.0-1build1 ProcVersionSignature: Ubuntu 3.5.0-14.15-generic 3.5.3 Uname: Linux 3.5.0-14-generic i686 NonfreeKernelModules: nvidia ApportVersion: 2.6.1-0ubuntu3 Architecture: i386 Date: Wed Oct 10 19:43:33 2012 InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120910) ProcEnviron: LANGUAGE=en_US:en TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: libgnome-media-profiles UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: libgnome-media-profiles (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: apport-bug i386 quantal running-unity ** Changed in: libgnome-media-profiles (Ubuntu) Status: New => Incomplete ** Changed in: libgnome-media-profiles (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1065195 Title: Media-profiles-lib fails with Gstreamer 1.0 because wrong values in GConf-registry To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libgnome-media-profiles/+bug/1065195/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
