typefind: Add missing break after handling the GAP event
Thanks to Edward Hervey for noticing.
This commit is contained in:
parent
954776ab38
commit
631421b8af
@ -632,6 +632,7 @@ gst_type_find_element_sink_event (GstPad * pad, GstObject * parent,
|
||||
*/
|
||||
gst_event_unref (event);
|
||||
res = TRUE;
|
||||
break;
|
||||
}
|
||||
case GST_EVENT_EOS:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user