[gstreamer-bugs] [Bug 518857] parser baseclass

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Apr 18 00:49:46 PDT 2008


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

  GStreamer | gstreamer (core) | Ver: HEAD CVS




------- Comment #8 from Stefan Kost (gstreamer, gtkdoc dev)  2008-04-18 07:49 UTC -------
Created an attachment (id=109471)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=109471&action=view)
incremental update 2

here is the second incremental patch. It needs *both* earlier patches to be
applied first.

This patch fixes following issues:

* API change: the "skip_size" is now signed, and default value is -1. 
  This way the subclass can tell parent class not to skip any bytes, by
  setting the skip_size = 0. This can happen e.g. after DISCONT, when subclass
  might want to get more data.

* Mark the buffers sent to check_valid_frame() with DISCONT flag as well,
  when needed. This way subclass data parser can know out-of-sync
  situations in frame-checking phase already (and e.g. ask for more data
  if needed).

* Allow the min_frame_size changes during a parsing loop (PULL mode).

* Documentation updates


-- 
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=518857.




More information about the Gstreamer-bugs mailing list