mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
d6f6e8410e
commit
d997a8d48b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue