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 598288 - [decodebin2] Plays a wav file but issues an error
[decodebin2] Plays a wav file but issues an error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-13 14:17 UTC by Philippe Normand
Modified: 2009-10-13 14:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test file (118.30 KB, audio/x-wav)
2009-10-13 14:17 UTC, Philippe Normand
Details

Description Philippe Normand 2009-10-13 14:17:19 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
Comment 1 Sebastian Dröge (slomo) 2009-10-13 14:37:01 UTC
Thanks, finally the first regression from my decodebin2 changes. I'll take a look at this :)
Comment 2 Sebastian Dröge (slomo) 2009-10-13 14:52:06 UTC
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.