Comment 26 for bug 343707

Revision history for this message
Robert Ancell (robert-ancell) wrote :

Rhythmbox reports this is a problem in the GStreamer 'decodebin' module. Rhythmbox is planning to switch to 'decodebin2' which does not have this problem.

Has the problem:
gst-launch-0.10 -tm filesrc location=broken.mp3 ! decodebin ! fakesink silent=true

Doesn't have the problem:
gst-launch-0.10 -tm filesrc location=broken.mp3 ! decodebin2 ! fakesink silent=true