rtspsrc: drop stream-start message posted by the internal udp sink(s)

See #1368

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/685>
This commit is contained in:
George Kiagiadakis 2020-07-29 14:06:55 +03:00
parent d6f6e8410e
commit d997a8d48b

View file

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