After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 420658 - gconfaudiosink is not behaving normally
gconfaudiosink is not behaving normally
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.14
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-20 19:04 UTC by Christophe Dehais
Modified: 2009-01-23 08:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
corrects gst_gconf_render_bin_with_default () function (1.40 KB, patch)
2007-03-20 19:07 UTC, Christophe Dehais
committed Details | Review

Description Christophe Dehais 2007-03-20 19:04:11 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.
Comment 1 Christophe Dehais 2007-03-20 19:07:02 UTC
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.
Comment 2 Wim Taymans 2007-03-22 09:44:17 UTC
        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.