rtpbin: fix typo in comments

This commit is contained in:
Wim Taymans 2009-11-25 10:37:30 -06:00 committed by Wim Taymans
parent 0079f98632
commit 5682e2bf01

View file

@ -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: