From d997a8d48bc3f0d6871e6c46a55f18458dee10d9 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Wed, 29 Jul 2020 14:06:55 +0300 Subject: [PATCH] rtspsrc: drop stream-start message posted by the internal udp sink(s) See #1368 Part-of: --- gst/rtsp/gstrtspsrc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index ab794d4239..242ef6dbe9 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -8917,6 +8917,7 @@ gst_rtspsrc_handle_message (GstBin * bin, GstMessage * message) rtspsrc = GST_RTSPSRC (bin); switch (GST_MESSAGE_TYPE (message)) { + case GST_MESSAGE_STREAM_START: case GST_MESSAGE_EOS: gst_message_unref (message); break;