[Gstreamer-bugs] [Bug 106448] New - [PATCH] vorbis plugin detection fix

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Feb 18 11:55:42 PST 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=106448

Changed by foser at gentoo.org.

--- shadow/106448	Tue Feb 18 14:55:42 2003
+++ shadow/106448.tmp.28001	Tue Feb 18 14:55:42 2003
@@ -0,0 +1,27 @@
+Bug#: 106448
+Product: GStreamer
+Version: 0.6.0
+OS: Linux
+OS Details: Gentoo 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: foser at gentoo.org               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL: 
+Summary: [PATCH] vorbis plugin detection fix
+
+This patch fixes detection of bad oggs with ID3 tags, which is ofcourse no
+good but it happens quite a lot. The patch is fairly obvious, the old
+detection is still there (if it sais '\x01vorbis' at the start) i left it
+in there as fast solution for non id3tagged oggs (most of them), then it
+proceeds over the full sniff buffer to see if the identification header is
+somewhere further on (which happens if there's an id3 tag placed in front)
+and in all other cases it returns NULL.
+
+For me this fixes playing/detection of these files in nautilus-audio-view,
+rhythmbox from cvs and metadate in nautilus properties tab.





More information about the Gstreamer-bugs mailing list