projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0b3839
)
checks: add a comment to indicate that we intentionally leave out the 'break'
author
Stefan Kost
<ensonic@users.sf.net>
Wed, 12 Jan 2011 10:44:59 +0000
(12:44 +0200)
committer
Stefan Kost
<ensonic@users.sf.net>
Tue, 25 Jan 2011 14:17:14 +0000
(16:17 +0200)
libs/gst/check/gstconsistencychecker.c
patch
|
blob
|
history
diff --git
a/libs/gst/check/gstconsistencychecker.c
b/libs/gst/check/gstconsistencychecker.c
index 5253b4c99635c586abbf2a4f1b38631a69564022..ded047e1dbe0a6891922f00397b27b08db4e909d 100644
(file)
--- 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");