mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +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;
|
||||
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");
|
||||
|
|
Loading…
Reference in a new issue