GNOME Bugzilla – Bug 598288
[decodebin2] Plays a wav file but issues an error
Last modified: 2009-10-13 14:52:06 UTC
Created attachment 145355 [details] test file Works fine with playbin1 but with playbin2 I get: decodebin2 gstdecodebin2.c:1633:no_more_pads_cb:<decodebin20> can't find group for element
Thanks, finally the first regression from my decodebin2 changes. I'll take a look at this :)
commit b7fd6837caa9623036e69c5a17f11326853ce368 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Tue Oct 13 16:50:37 2009 +0200 decodebin2: Ignore no-more-pads from non-demuxer elements instead of printing an error that no corresponding group could be found. no-more-pads from non-demuxer elements doesn't give any additional information because there can only be a single srcpad. Fixes bug #598288.