mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
gststreamsynchronizer: don't abuse PREROLL flag
the preroll flag is not implemented and will disappear soon.
This commit is contained in:
parent
e904c529e3
commit
8fe31fa12e
1 changed files with 0 additions and 1 deletions
|
@ -514,7 +514,6 @@ gst_stream_synchronizer_sink_event (GstPad * pad, GstEvent * event)
|
|||
if (!seen_data) {
|
||||
GstBuffer *buf = gst_buffer_new ();
|
||||
|
||||
GST_BUFFER_FLAG_SET (buf, GST_BUFFER_FLAG_PREROLL);
|
||||
gst_pad_push (srcpad, buf);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue