From: Stefan Kost Date: Wed, 12 Jan 2011 10:44:59 +0000 (+0200) Subject: checks: add a comment to indicate that we intentionally leave out the 'break' X-Git-Tag: RELEASE-0.10.33~418 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7fc30f2d838940afd94c6e690811af41deec6184;p=platform%2Fupstream%2Fgstreamer.git checks: add a comment to indicate that we intentionally leave out the 'break' --- diff --git a/libs/gst/check/gstconsistencychecker.c b/libs/gst/check/gstconsistencychecker.c index 5253b4c996..ded047e1db 100644 --- a/libs/gst/check/gstconsistencychecker.c +++ b/libs/gst/check/gstconsistencychecker.c @@ -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");