[gstreamer-bugs] [Bug 325649] apetag plugin needs porting to 0.10

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jan 3 12:37:58 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=325649
 GStreamer | gst-plugins-ugly | Ver: 0.10.0





------- Comment #3 from Tim-Philipp Müller  2006-01-03 20:37 UTC -------
If you do

  gst-launch-0.10 filesrc location=/path/to/foo.mp3 ! mad ! audioconvert !
audioresample ! alsasink

(which is roughly the equivalent to mpg321) it will ignore the 'junk' it
doesn't recognise as well.

However, if decodebin/playbin (anything with typefinding really) come into
play, it will correctly find the tag before decoding any files, and require the
tag to be stripped generically for another level of typefinding (which would
then determine the type to be mpeg/audio). It's a tradeoff that's being made
here for something as generic and complex (handling audio/video/subtitles and
multiple streams of each etc.) as GStreamer. Of course we could just disable
the apetag typefinding stuff, but then we'd most likely never port it because
no one would really notice that it's missing ;-)


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list