GNOME Bugzilla – Bug 561780
Playbin2 should work without volume too
Last modified: 2008-11-22 14:31:57 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?
* 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.