mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
rtpbin: fix typo
This commit is contained in:
parent
772eca5aff
commit
d344754f03
1 changed files with 1 additions and 1 deletions
|
@ -1533,7 +1533,7 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass)
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class, PROP_AUTOREMOVE,
|
g_object_class_install_property (gobject_class, PROP_AUTOREMOVE,
|
||||||
g_param_spec_boolean ("autoremove", "Auto Remove",
|
g_param_spec_boolean ("autoremove", "Auto Remove",
|
||||||
"Automatically removed timed out sources", DEFAULT_AUTOREMOVE,
|
"Automatically remove timed out sources", DEFAULT_AUTOREMOVE,
|
||||||
G_PARAM_READWRITE));
|
G_PARAM_READWRITE));
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class, PROP_IGNORE_PT,
|
g_object_class_install_property (gobject_class, PROP_IGNORE_PT,
|
||||||
|
|
Loading…
Reference in a new issue