From e22190816925b471da7266a908a32b453faac2cc Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 13 Jun 2011 17:14:51 +0200 Subject: [PATCH] rtsp: fix for flush_stop API change --- gst/rtsp/gstrtspsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 8196f95..1e283f6 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -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; -- 2.7.4