gststreamsynchronizer: don't abuse PREROLL flag

the preroll flag is not implemented and will disappear soon.
This commit is contained in:
Wim Taymans 2011-08-15 18:38:04 +02:00
parent e904c529e3
commit 8fe31fa12e

View file

@ -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);
}
}