[gstreamer-bugs] [Bug 564749] tagreadbin + GstTagReader interface

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jun 30 07:03:28 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=564749

  GStreamer | gst-plugins-base | Ver: git




------- Comment #18 from Tim-Philipp Müller  2009-06-30 14:03 UTC -------
The patch for GstTagDemux is not technically correct as far as I can tell (even
though it will work just fine in practice), since the subclass may only figure
out / determine the exact tag size while parsing the tag. The patch assumes
that size doesn't change after the initial determination. This means this
functionality likely needs to go into the subclasses (apedemux, id3demux).

The avidemux tagreader implementation should be a bit more sophisticated: we
should really activate in pull mode and then only do minimal index parsing to
figure out the correct duration.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=564749.




More information about the Gstreamer-bugs mailing list