rtspclientsink: clean switch statements
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Mon, 8 Feb 2016 23:33:03 +0000 (23:33 +0000)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Mon, 8 Feb 2016 23:33:22 +0000 (23:33 +0000)
commit4922b7f6b2c085a848e14b78a826c23f6d4767b6
tree3986620e4d6270f2b9d46bdd349b02e7e2f6977c
parent332846173848205a2c0ea72e40f060477dade8d2
rtspclientsink: clean switch statements

Coverity demands for fallthrough statements to be clearly commented,
to distinguish from accidental fall throughs. And it also needs all
cases to finish with a break, even if the break is never going to be
executed like in the case of a continue jump.

CID #1352039
CID #1352040
gst/rtsp-sink/gstrtspclientsink.c