rtsp: fix for flush_stop API change

This commit is contained in:
Wim Taymans 2011-06-13 17:14:51 +02:00
parent 3c889415a3
commit e221908169

View file

@ -1643,7 +1643,7 @@ gst_rtspsrc_flush (GstRTSPSrc * src, gboolean flush)
cmd = CMD_WAIT;
state = GST_STATE_PAUSED;
} else {
event = gst_event_new_flush_stop ();
event = gst_event_new_flush_stop (TRUE);
GST_DEBUG_OBJECT (src, "stop flush");
cmd = CMD_LOOP;
state = GST_STATE_PLAYING;