summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-11-25 10:37:30 -0600
committerWim Taymans <wim@metal.(none)>2009-11-25 10:37:30 -0600
commit5682e2bf015d76d1ac999ea93e0578a493df3217 (patch)
tree35d6bef6ce6e91f6902576333089e1d9b58c71f4
parent0079f986321dd9ed61656644076517df37a1381f (diff)
rtpbin: fix typo in comments
-rw-r--r--gst/rtpmanager/gstrtpbin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c
index 7a7185b08..d92e2e33f 100644
--- a/gst/rtpmanager/gstrtpbin.c
+++ b/gst/rtpmanager/gstrtpbin.c
@@ -1638,7 +1638,7 @@ gst_rtp_bin_set_property (GObject * object, guint prop_id,
GST_RTP_BIN_LOCK (rtpbin);
rtpbin->latency = g_value_get_uint (value);
GST_RTP_BIN_UNLOCK (rtpbin);
- /* propegate the property down to the jitterbuffer */
+ /* propagate the property down to the jitterbuffer */
gst_rtp_bin_propagate_property_to_jitterbuffer (rtpbin, "latency", value);
break;
case PROP_SDES: