gst: Add missing switch cases
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 17 Dec 2013 09:24:49 +0000 (09:24 +0000)
committerOlivier Crête <olivier.crete@collabora.com>
Fri, 31 Jan 2014 06:48:57 +0000 (01:48 -0500)
commitf534d3605bc55386c1487b92704d6e09dd1b7d61
tree0ac8442d644a8b59530d1665e6e2d73972bcf08c
parent649d886143a31caf1d858f8c25a0703e57de74d4
gst: Add missing switch cases

This appeases GCC’s -Wswitch-enum warning, and makes it more obvious
that those enum cases have been explicitly considered, rather than just
forgotten about.

This introduces no functional changes.
gst/gstnicesink.c
gst/gstnicesrc.c