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
@ -514,7 +514,6 @@ gst_stream_synchronizer_sink_event (GstPad * pad, GstEvent * event)
|
|||||||
if (!seen_data) {
|
if (!seen_data) {
|
||||||
GstBuffer *buf = gst_buffer_new ();
|
GstBuffer *buf = gst_buffer_new ();
|
||||||
|
|
||||||
GST_BUFFER_FLAG_SET (buf, GST_BUFFER_FLAG_PREROLL);
|
|
||||||
gst_pad_push (srcpad, buf);
|
gst_pad_push (srcpad, buf);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user