gststreamsynchronizer: don't abuse PREROLL flag
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 15 Aug 2011 16:38:04 +0000 (18:38 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 15 Aug 2011 16:38:04 +0000 (18:38 +0200)
the preroll flag is not implemented and will disappear soon.

gst/playback/gststreamsynchronizer.c

index 00aeda3..017a944 100644 (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);
         }
       }