projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
615063b
)
gdp: rename buffer PREROLL -> LIVE flag
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Tue, 16 Aug 2011 15:32:20 +0000
(17:32 +0200)
committer
Tim-Philipp Müller
<tim@centricular.net>
Tue, 11 Sep 2012 00:54:41 +0000
(
01:54
+0100)
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.
gst/gdp/dataprotocol.c
patch
|
blob
|
history
diff --git
a/gst/gdp/dataprotocol.c
b/gst/gdp/dataprotocol.c
index e924ea5ed964fe1f83fd78e639466f4475481931..3b2e1822028d9c3b56999a3dd413b249e87eee14 100644
(file)
--- a/
gst/gdp/dataprotocol.c
+++ b/
gst/gdp/dataprotocol.c
@@
-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;