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:
f321bfe
)
rtpbin: Add missing break
author
Sebastian Dröge
<sebastian@centricular.com>
Wed, 7 Oct 2015 22:23:45 +0000
(23:23 +0100)
committer
Sebastian Dröge
<sebastian@centricular.com>
Wed, 7 Oct 2015 22:23:45 +0000
(23:23 +0100)
gst/rtpmanager/gstrtpbin.c
patch
|
blob
|
history
diff --git
a/gst/rtpmanager/gstrtpbin.c
b/gst/rtpmanager/gstrtpbin.c
index
e966aef
..
bc7ec6d
100644
(file)
--- a/
gst/rtpmanager/gstrtpbin.c
+++ b/
gst/rtpmanager/gstrtpbin.c
@@
-2640,6
+2640,7
@@
gst_rtp_bin_get_property (GObject * object, guint prop_id,
GST_RTP_BIN_LOCK (rtpbin);
g_value_set_int (value, rtpbin->max_rtcp_rtp_time_diff);
GST_RTP_BIN_UNLOCK (rtpbin);
+ break;
case PROP_MAX_DROPOUT_TIME:
g_value_set_uint (value, rtpbin->max_dropout_time);
break;