mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
rtsp-client: fix unintentional fallthrough to debug warning when receiving interleaved data
This commit is contained in:
parent
fcef562f35
commit
47eaac5b9e
1 changed files with 4 additions and 0 deletions
|
@ -2631,6 +2631,10 @@ handle_data (GstRTSPClient * client, GstRTSPMessage * message)
|
||||||
} else {
|
} else {
|
||||||
gst_buffer_unref (buffer);
|
gst_buffer_unref (buffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
|
|
||||||
|
/* ERRORS */
|
||||||
invalid_length:
|
invalid_length:
|
||||||
{
|
{
|
||||||
GST_DEBUG ("client %p: Short message received, ignoring", client);
|
GST_DEBUG ("client %p: Short message received, ignoring", client);
|
||||||
|
|
Loading…
Reference in a new issue