typefind: Add missing break after handling the GAP event
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 4 Sep 2013 12:40:57 +0000 (14:40 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 4 Sep 2013 12:42:38 +0000 (14:42 +0200)
Thanks to Edward Hervey for noticing.

plugins/elements/gsttypefindelement.c

index c298414..ee6e20b 100644 (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:
         {