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

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Feb 5 08:39:29 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 thomas at apestaart.org.

--- shadow/132519	Wed Feb  4 17:15:27 2004
+++ shadow/132519.tmp.18581	Thu Feb  5 11:39:28 2004
@@ -64,6 +64,54 @@
 
 FWIW, spider redoes typefinding and ignores the type from the typefind
 element for some reason.
 
 ------- Additional Comments From in7y118 at public.uni-hamburg.de  2004-02-04 17:15 -------
 Should be fixed in cvs HEAD
+
+------- Additional Comments From thomas at apestaart.org  2004-02-05 11:39 -------
+Doesn't look like it is, both trow and I still cannot get tags from
+this file.
+
+[gst-head] [thomas at otto gst-plugins]$ gst-launch -t filesrc
+location=/home/thomas/gst/small.mp3 ! id3tag ! application/x-gst-tags
+! fakesink
+RUNNING pipeline ...
+FOUND TAG      : found by element "id3tag0".
+          title: Crusin' in The ATL (Interlude)
+         artist: OutKast
+          album: Stankonia
+           date: 730486
+        comment: Created by Grip
+   track number: 19
+          genre: Rap
+Execution ended after 24 iterations (sum 77649000 ns, average 3235375
+ns, min 9000 ns, max 69441000 ns).
+
+[gst-head] [thomas at otto gst-plugins]$ gst-launch -t filesrc
+location=/home/thomas/gst/small.mp3 ! typefind ! id3tag !
+application/x-gst-tags ! fakesink
+RUNNING pipeline ...
+ERROR          id3tag(17066)
+gstid3tag.c(617):gst_id3_tag_handle_event: <id3tag0> Seek during ID3v2
+tag reading
+ERROR: from element /pipeline0/id3tag0: Internal GStreamer error:
+event problem.  File a bug.
+
+[gst-head] [thomas at otto gst-plugins]$ gst-launch -t filesrc
+location=/home/thomas/gst/small.mp3 ! typefind ! spider !
+application/x-gst-tags ! fakesink
+RUNNING pipeline ...
+Execution ended after 53 iterations (sum 85332000 ns, average 1610037
+ns, min 15000 ns, max 84201000 ns).
+
+[gst-head] [thomas at otto gst-plugins]$ gst-launch -t filesrc
+location=/home/thomas/gst/small.mp3 ! spider ! application/x-gst-tags
+! fakesink
+RUNNING pipeline ...
+Execution ended after 77 iterations (sum 8908000 ns, average 115688
+ns, min 11000 ns, max 7782000 ns).
+
+I'm uploading the mp3 in question (which is trow's):
+http://freedesktop.org/~gstreamer/media/incoming/small.mp3
+
+trow, can you paste output of the same pipelines ?




More information about the Gstreamer-bugs mailing list