summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-03-12 13:21:08 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-03-12 13:21:08 +0000
commitb387989bc63f28f0a6fbf310742d40840375017c (patch)
tree61f37e6df6deb3bdfec6622aa8419b9d41c76b65
parent13dd93aca1ff78d191aadea9fccd88ff859b8fbf (diff)
docs: rtpbin: add some Since markers for new properties
-rw-r--r--gst/rtpmanager/gstrtpbin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c
index 52d21ffdd..ad99c5b85 100644
--- a/gst/rtpmanager/gstrtpbin.c
+++ b/gst/rtpmanager/gstrtpbin.c
@@ -2644,6 +2644,8 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass)
* specifies the maximum number of nanoseconds per frame that this time offset
* may be adjusted with. This is used to avoid sudden large changes to time
* stamps.
+ *
+ * Since: 1.14
*/
g_object_class_install_property (gobject_class, PROP_MAX_TS_OFFSET_ADJUSTMENT,
g_param_spec_uint64 ("max-ts-offset-adjustment",
@@ -2659,6 +2661,8 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass)
* Used to set an upper limit of how large a time offset may be. This
* is used to protect against unrealistic values as a result of either
* client,server or clock issues.
+ *
+ * Since: 1.14
*/
g_object_class_install_property (gobject_class, PROP_MAX_TS_OFFSET,
g_param_spec_int64 ("max-ts-offset", "Max TS Offset",