mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
gdp: rename buffer PREROLL -> LIVE flag
Rename the GST_BUFFER_FLAG_PREROLL to GST_BUFFER_FLAG_LIVE and give the new flag a meaning. The old PREROLL flag never had a clear meaning.
This commit is contained in:
parent
615063ba5e
commit
3bd55502a1
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ gst_dp_header_from_buffer_any (const GstBuffer * buffer, GstDPHeaderFlag flags,
|
|||
|
||||
/* data flags; eats two bytes from the ABI area */
|
||||
/* we copy everything but the read-only flags */
|
||||
flags_mask = GST_BUFFER_FLAG_PREROLL | GST_BUFFER_FLAG_DISCONT |
|
||||
flags_mask = GST_BUFFER_FLAG_LIVE | GST_BUFFER_FLAG_DISCONT |
|
||||
GST_BUFFER_FLAG_IN_CAPS | GST_BUFFER_FLAG_GAP |
|
||||
GST_BUFFER_FLAG_DELTA_UNIT;
|
||||
|
||||
|
|
Loading…
Reference in a new issue