GNOME Bugzilla – Bug 420658
gconfaudiosink is not behaving normally
Last modified: 2009-01-23 08:47:18 UTC
gconfaudiosink does not accept complex pipeline description as an audio profile. It will only work when the gconf key is just an element name.
Created attachment 84995 [details] [review] corrects gst_gconf_render_bin_with_default () function The problem is in the function gst_gconf_render_bin_with_default (const gchar * bin, const gchar * default_sink) which will only work when bin is just an element name. The attached patch makes gconfaudiosink work as expected for me.
Patch by: Christophe Dehais <christophe dot dehais at gmail dot com> * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default): Accept complex pipeline descriptions as an audio profile instead of just a single element. Fixes #420658.