mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
rtpbin: fix typo in comments
This commit is contained in:
parent
0079f98632
commit
5682e2bf01
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue