gstreamer/gst/rtsp-sink
Luis de Bethencourt 4922b7f6b2 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
2016-02-08 23:33:22 +00:00
..
gstrtspclientsink.c rtspclientsink: clean switch statements 2016-02-08 23:33:22 +00:00
gstrtspclientsink.h rtspsink: Add rtspclientsink element 2016-01-29 01:44:26 +11:00
Makefile.am rtspsink: Add rtspclientsink element 2016-01-29 01:44:26 +11:00
plugin.c rtspsink: Add rtspclientsink element 2016-01-29 01:44:26 +11:00