[Gstreamer-bugs] [Bug 132519] New - spider has problems with ID3v1 tag

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sun Jan 25 19:56:46 PST 2004


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=132519

Changed by t.i.m at zen.co.uk.

--- shadow/132519	Sun Jan 25 22:56:46 2004
+++ shadow/132519.tmp.13396	Sun Jan 25 22:56:46 2004
@@ -0,0 +1,40 @@
+Bug#: 132519
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: don't know
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: t.i.m at zen.co.uk               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: spider has problems with ID3v1 tag
+
+(following up on discussion on #gstreamer on Jan 26, 2004, ca, 3:30am 
+GMT): 
+ 
+With current CVS head, this pipeline does NOT recognises mp3 files that 
+only have an ID3v1 tag (ie. doesn't show the tag): 
+ 
+gst-launch-0.7 -v -t filesrc location=foo.mp3 ! typefind ! spider ! 
+application/x-gst-tags ! fakesink 
+ 
+ 
+ 
+While this recognises the ID3v1 tag just fine: 
+ 
+gst-launch-0.7 -v -t filesrc location=foo.mp3 ! id3tag ! 
+application/x-gst-tags ! fakesink 
+ 
+ 
+Files that have an ID3v2 tag at the beginning of a file work fine in both 
+pipelines (haven't tested files with an ID3v2 tag at the end of the file, 
+because I don't have any). 
+ 
+Cheers 
+-Tim




More information about the Gstreamer-bugs mailing list