rtsp-client: fix unintentional fallthrough to debug warning when receiving interleave...
authorTim-Philipp Müller <tim@centricular.com>
Mon, 19 Jan 2015 20:18:20 +0000 (20:18 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 19 Jan 2015 23:18:02 +0000 (23:18 +0000)
gst/rtsp-server/rtsp-client.c

index 54d1d50..b2a5281 100644 (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);