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 561780 - Playbin2 should work without volume too
Playbin2 should work without volume too
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-21 08:37 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2008-11-22 14:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2008-11-21 08:37:55 UTC
Consider playing mulaw/alaw files via pulsesink. Pulsesink accepts alaw/mulaw. Thus decodebin does not plug alawdec/mulawdec. Unfortunately pulsesink does not have volume/mute properties yet (working on it). Thus gstplaysink.c::gen_audio_chain() errors out.
/* post a warning if we have no way to configure the volume */

Is that really so critical that we don't play? Or should we just play and ignore the volume?
Comment 1 Wim Taymans 2008-11-22 14:31:57 UTC
        * gst/playback/gstplaysink.c: (gen_audio_chain):
        Don't post an error when we can't configure the volume but post a
        warning instead. Fixes #561780.