mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 19:05:37 +00:00
typefind: Add missing break after handling the GAP event
Thanks to Edward Hervey for noticing.
This commit is contained in:
parent
954776ab38
commit
631421b8af
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue