From 3e38d3ae028fdac532bfb96e45799e4902c4d533 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Fri, 6 Mar 2015 14:27:44 +0000 Subject: [PATCH] mpegtsmux: fall through switch statement Adding a comment makes coverity happy and quells the issue. CID #1139748 --- gst/mpegtsmux/tsmux/tsmuxstream.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/mpegtsmux/tsmux/tsmuxstream.c b/gst/mpegtsmux/tsmux/tsmuxstream.c index 2cbbf765b7..7e85537f2f 100644 --- a/gst/mpegtsmux/tsmux/tsmuxstream.c +++ b/gst/mpegtsmux/tsmux/tsmuxstream.c @@ -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;