mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
checks: add a comment to indicate that we intentionally leave out the 'break'
This commit is contained in:
parent
f0b3839677
commit
7fc30f2d83
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ source_pad_data_cb (GstPad * pad, GstMiniObject * data,
|
||||||
break;
|
break;
|
||||||
case GST_EVENT_TAG:
|
case GST_EVENT_TAG:
|
||||||
GST_DEBUG_OBJECT (pad, "tag %" GST_PTR_FORMAT, event->structure);
|
GST_DEBUG_OBJECT (pad, "tag %" GST_PTR_FORMAT, event->structure);
|
||||||
|
/* fall through */
|
||||||
default:
|
default:
|
||||||
if (GST_EVENT_IS_SERIALIZED (event) && GST_EVENT_IS_DOWNSTREAM (event)) {
|
if (GST_EVENT_IS_SERIALIZED (event) && GST_EVENT_IS_DOWNSTREAM (event)) {
|
||||||
fail_if (consist->eos, "Event received after EOS");
|
fail_if (consist->eos, "Event received after EOS");
|
||||||
|
|
Loading…
Reference in a new issue