[Bug 760677] basesink: always drops buffers before segment

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Feb 4 20:39:05 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=760677

--- Comment #3 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Created attachment 320466
  --> https://bugzilla.gnome.org/attachment.cgi?id=320466&action=edit
event: add GST_STREAM_FLAG_DROPPABLE

Signals that the stream buffers can be dropped independently.

For example, in raw video streams this flag can be set to make
generic elements aware that they can drop buffers safely. On encoded video
streams that have I-frames this is not true as elements can't drop buffers
if they don't fully understand the format.

This is useful for generic elements to act on synchronization of encoded
streams such as appsink when receiving encoded video to be handled at
the application layer.

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