subparse: add missing break between formats
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Tue, 29 Mar 2016 09:23:08 +0000 (10:23 +0100)
committerLuis <luis@goodgumbo>
Tue, 29 Mar 2016 09:27:40 +0000 (11:27 +0200)
commit01778c5ac9bf44903f5b4c3f4f20618b2e26b4c4
tree593353b70cf0f79b9c3589b149d4c6f3732e03c7
parent0582d5a1bcadad423aadb06ced745498c791930b
subparse: add missing break between formats

A break is missing at the end of case GST_SUB_PARSE_FORMAT_LRC or it will
fallthrough to WebVTT. This fixes commit fd2a14144a7a.
gst/subparse/gstsubparse.c