mpegvideoparse: Fix switch statement in level detection code
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 20 Aug 2013 11:29:14 +0000 (13:29 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 20 Aug 2013 11:30:15 +0000 (13:30 +0200)
commit32a65dc5f3e3fec36d542d773092fe336f8d4398
tree03ff5da6d1bed3c1ed52bdabde8268ab3a381e67
parentce81c4eb48b546ae78e2caa8ed09860d35ed105e
mpegvideoparse: Fix switch statement in level detection code

Properly fall through the cases without re-assigning the level to
the wrong value.

https://bugzilla.gnome.org/show_bug.cgi?id=706369
gst/videoparsers/gstmpegvideoparse.c