[Gstreamer-bugs] [Bug 119159] Changed - cannot play certain mp3s with gstreamer backend

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Aug 20 16:31:30 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=119159

Changed by scriptguru at gmx.net.

--- shadow/119159	Tue Aug 19 19:34:21 2003
+++ shadow/119159.tmp.26281	Wed Aug 20 19:31:30 2003
@@ -64,6 +64,21 @@
 
 We read TPE[123], so that should be fine.
 
 In general, I've applied a fix for mp3 typefiding (large header mp3s)
 to CVS, please try current 0.6.x (jhbuild or so) to see if that works
 for you if you can.
+
+------- Additional Comments From scriptguru at gmx.net  2003-08-20 19:31 -------
+Whats the 6.x CVS branch named?
+
+I've done some testing on 0.6.2.
+Adding a byte of 0x00 before a sync will make it fail, likewise:
+49 44 33 03 00 00 00 00 00 05 00 00 00 00 00 works and:
+49 44 33 03 00 00 00 00 00 05 00 00 00 00 00 00 fails.
+Also, I have an mp3 which, due to a corrupted beginning, doesn't have
+a sync until 25KB in. Removing the data before that sync makes it run
+perfectly. (I'll attach it if you need it.)
+
+0.6.2 is not searching for sync, or if it is, it isn't doing a good
+job at finding it. This is responsible for most (if not all) "Could
+not find media type errors" for mpeg audio.




More information about the Gstreamer-bugs mailing list