rtsp-client: fix unintentional fallthrough to debug warning when receiving interleaved data

This commit is contained in:
Tim-Philipp Müller 2015-01-19 20:18:20 +00:00
parent fcef562f35
commit 47eaac5b9e

View file

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