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 619090 - [uridecodebin] caps negociation fail
[uridecodebin] caps negociation fail
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 0.10.30
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-19 14:14 UTC by Philippe Normand
Modified: 2010-05-19 14:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (915 bytes, patch)
2010-05-19 14:19 UTC, Alessandro Decina
none Details | Review

Description Philippe Normand 2010-05-19 14:14:02 UTC
gst-launch audiotestsrc  num-buffers=100 ! audio/x-raw-float ! wavenc ! filesink location=test.wav

then try:

gst-launch playbin2 audio-sink=alsasink  uri=file://$PWD/test.wav

WARNING: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: No decoder available for type 'audio/x-raw-float, endianness=(int)1234, channels=(int)1, width=(int)64, rate=(int)44100'.
Additional debug info:
gsturidecodebin.c(712): unknown_type_cb (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0
ERROR: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20: Your GStreamer installation is missing a plug-in.


Reverting 9d7538247ff1bf9841b53eeb71ddc47f2c662415 fixes the issue for me.
Comment 1 Alessandro Decina 2010-05-19 14:19:24 UTC
Created attachment 161448 [details] [review]
fix
Comment 2 Alessandro Decina 2010-05-19 14:23:45 UTC
commit a9c6c978b61d61d502180a839cb27f11b1d765ea
Author: Alessandro Decina <alessandro.decina@collabora.co.uk>
Date:   Wed May 19 16:17:19 2010 +0200

    playbin2: fix a typo introduced by 9d753824.
    
    video/x-raw-float => audio/x-raw-float. Fixes #619090.