[Bug 671909] Port base video encoding and decoding classes from gst-plugins-bad

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 2 01:39:33 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=671909
  GStreamer | gst-plugins-base | git

--- Comment #12 from Sebastian Dröge <slomo at circular-chaos.org> 2012-04-02 08:39:23 UTC ---
(In reply to comment #11)
> * And the synchronization of the two segments/serialized events is not optimal
> yet. Serialized events are pushed on the next finish_frame() but this next
> finish_frame() could be for a frame that happened before these serialized
> events (and in the worst case are for a previous segment).

Serialized events that are pending should probably be stored in the
GstVideoCodecFrame and pushed downstream when that GstVideoCodecFrame is
finished/dropped or any other GstVideoCodecFrame that was created after this
frame.

Otherwise we're also reordering data/buffers. Can be done later though.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list