mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-02 18:23:56 +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);
|
gst_event_unref (event);
|
||||||
res = TRUE;
|
res = TRUE;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case GST_EVENT_EOS:
|
case GST_EVENT_EOS:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue