rtpbin: fix typo

This commit is contained in:
Wim Taymans 2010-02-12 17:21:43 +01:00
parent 772eca5aff
commit d344754f03

View file

@ -1533,7 +1533,7 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass)
g_object_class_install_property (gobject_class, PROP_AUTOREMOVE,
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_object_class_install_property (gobject_class, PROP_IGNORE_PT,