[gstreamer-bugs] [Bug 578278] gst-ffmpeg: assign offsets (from upstream) to outgoing buffers

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jul 29 07:12:17 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=578278

  GStreamer | gst-ffmpeg | Ver: git




------- Comment #6 from LRN  2009-07-29 14:08 UTC -------
I have a different version of this patch that uses ts_handler to pass offsets
from _chain() to _video_frame() and uses separately allocated structures to
pass offset (along with timestamp) through reordered_opaque.
In theory, that should work even better than delay_offset (which does not take
reordering into account).
In practice, that does not fix some issues. It's still better than delay_offset
though.
Also, it includes some potentially unsafe pointer castings (i think them to be
safe, but you never know how it would turn out until it hits you).

i will attach the patch later today.


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




More information about the Gstreamer-bugs mailing list