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 322049 - [id3demux] should support pull range
[id3demux] should support pull range
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: 0.10.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 324123 325089 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-11-21 17:06 UTC by Tim-Philipp Müller
Modified: 2006-01-02 19:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2005-11-21 17:06:40 UTC
If upstream supports pull_range, id3demux should support it to. this file:

  http://gstreamer.freedesktop.org/media/incoming/emerge.mp3

plays fine in 0.8, but not in 0.9. This is an mp3-in-wav file with an ID3v2 tag
at the very beginning of the file before the riff header. Unfortunately,

   filesrc ! id3demux ! wavparse ! mad ! ....

(which is what decodebin will do) fails to preroll because wavparse doesn't work
chain-based.

Cheers
 -Tim
Comment 1 Tim-Philipp Müller 2005-12-14 22:33:40 UTC
*** Bug 324123 has been marked as a duplicate of this bug. ***
Comment 2 Tim-Philipp Müller 2005-12-21 09:18:30 UTC
This works fine now with Jan Schmidt's excellent new LGPL id3demux in gst-plugins-good.
Comment 3 Tim-Philipp Müller 2006-01-02 19:47:12 UTC
*** Bug 325089 has been marked as a duplicate of this bug. ***