mpegtsmux: fall through switch statement
authorLuis de Bethencourt <luis.bg@samsung.com>
Fri, 6 Mar 2015 14:27:44 +0000 (14:27 +0000)
committerLuis de Bethencourt <luis.bg@samsung.com>
Fri, 6 Mar 2015 14:27:48 +0000 (14:27 +0000)
Adding a comment makes coverity happy and quells the issue.

CID #1139748

gst/mpegtsmux/tsmux/tsmuxstream.c

index 2cbbf76..7e85537 100644 (file)
@@ -180,6 +180,7 @@ tsmux_stream_new (guint16 pid, TsMuxStreamType stream_type)
     case TSMUX_ST_PS_TELETEXT:
       /* needs fixes PES header length */
       stream->pi.pes_header_length = 36;
+      /* fall through */
     case TSMUX_ST_PS_DVB_SUBPICTURE:
       /* private stream 1 */
       stream->id = 0xBD;