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 648466 - Ogg to LPCM transcoding fails
Ogg to LPCM transcoding fails
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.33
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-22 13:05 UTC by Jens Georg
Modified: 2011-05-09 09:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jens Georg 2011-04-22 13:05:06 UTC
Testing brings that the decodebin can't be linked to the encodebin due LPCM encodebin requiring big endian. Not sure if it's our bug or a gstreamer issue, I'd expected encodebin to handle that.

(rygel:28702): Rygel-DEBUG: rygel-transcoder.vala:176: application/ogg
(rygel:28702): Rygel-DEBUG: rygel-transcoder.vala:177: No compatible encodebin pad found for pad 'decodepad0', ignoring..
(rygel:28702): Rygel-DEBUG: rygel-transcoder.vala:176: audio/x-vorbis, rate=(int)44100, channels=(int)2
(rygel:28702): Rygel-DEBUG: rygel-transcoder.vala:177: No compatible encodebin pad found for pad 'decodepad1', ignoring..
(rygel:28702): Rygel-DEBUG: rygel-transcoder.vala:176: audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 256 ], endianness=(int)1234, width=(int)32
(rygel:28702): Rygel-DEBUG: rygel-transcoder.vala:177: No compatible encodebin pad found for pad 'decodepad2', ignoring..
(rygel:28702): Rygel-DEBUG: rygel-transcoder.vala:176: audio/x-raw-float, rate=(int)44100, channels=(int)2, endianness=(int)1234, width=(int)32
(rygel:28702): Rygel-DEBUG: rygel-transcoder.vala:177: No compatible encodebin pad found for pad 'src0', ignoring..

(rygel:28702): Rygel-CRITICAL **: Error from pipeline RygelHTTPGstResponse: gstoggdemux.c(3486): gst_ogg_demux_loop (): /GstPipeline:RygelHTTPGstResponse/GstBin:transcoder-source/GstDecodeBin2:decodebin2/GstOggDemux:oggdemux0:
stream stopped, reason not-linked
Comment 1 Jens Georg 2011-04-24 18:24:41 UTC
Apparently was encodebin bug, seems fixed with gst-plugins-base master.