typefind: Add missing break after handling the GAP event

Thanks to Edward Hervey for noticing.
This commit is contained in:
Sebastian Dröge 2013-09-04 14:40:57 +02:00
parent 954776ab38
commit 631421b8af

View file

@ -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:
{