checks: add a comment to indicate that we intentionally leave out the 'break'
authorStefan Kost <ensonic@users.sf.net>
Wed, 12 Jan 2011 10:44:59 +0000 (12:44 +0200)
committerStefan Kost <ensonic@users.sf.net>
Tue, 25 Jan 2011 14:17:14 +0000 (16:17 +0200)
libs/gst/check/gstconsistencychecker.c

index 5253b4c..ded047e 100644 (file)
@@ -79,6 +79,7 @@ source_pad_data_cb (GstPad * pad, GstMiniObject * data,
         break;
       case GST_EVENT_TAG:
         GST_DEBUG_OBJECT (pad, "tag %" GST_PTR_FORMAT, event->structure);
+        /* fall through */
       default:
         if (GST_EVENT_IS_SERIALIZED (event) && GST_EVENT_IS_DOWNSTREAM (event)) {
           fail_if (consist->eos, "Event received after EOS");