summaryrefslogtreecommitdiff
path: root/gst/speed/gstspeed.c
diff options
context:
space:
mode:
authorEdward Hervey <edward@collabora.com>2014-04-08 11:26:38 +0200
committerEdward Hervey <edward@collabora.com>2014-04-08 11:26:38 +0200
commit2b5d043654adb954c7b32bba81d6a078274f79b3 (patch)
treed4a4dd3142432266ebdc3c500c406ef01716f15c /gst/speed/gstspeed.c
parenteb0a307e28ed959a418f5b835109b69ef3fa7bcb (diff)
downloadgstreamer-plugins-bad-2b5d043654adb954c7b32bba81d6a078274f79b3.tar.gz
speed: Clarify passthrough in switch statement
We do want the caps event to be forwarded downstream CID #1139754
Diffstat (limited to 'gst/speed/gstspeed.c')
-rw-r--r--gst/speed/gstspeed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/speed/gstspeed.c b/gst/speed/gstspeed.c
index f4653c740..374ef5fe9 100644
--- a/gst/speed/gstspeed.c
+++ b/gst/speed/gstspeed.c
@@ -564,7 +564,7 @@ speed_sink_event (GstPad * pad, GstObject * parent, GstEvent * event)
return ret;
}
}
-
+ /* Fallthrough so that the caps event gets forwarded */
default:
ret = gst_pad_event_default (pad, parent, event);
break;