rtsp-client: fix unintentional fallthrough to debug warning when receiving interleaved data
This commit is contained in:
parent
fcef562f35
commit
47eaac5b9e
@ -2631,6 +2631,10 @@ handle_data (GstRTSPClient * client, GstRTSPMessage * message)
|
||||
} else {
|
||||
gst_buffer_unref (buffer);
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
/* ERRORS */
|
||||
invalid_length:
|
||||
{
|
||||
GST_DEBUG ("client %p: Short message received, ignoring", client);
|
||||
|
Loading…
x
Reference in New Issue
Block a user