summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-12-21 18:45:58 +0100
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-12-21 18:50:34 +0100
commit93f82f16cdf0ee9fe817cba96b36c4eb6c5cc270 (patch)
tree8fcc16c53b66395acd61b8720ed30acf991ba75c
parent98fc463f31d17745f5e754486bb7e235a80d2559 (diff)
audiorate: add Since marker for the new tolerance property
-rw-r--r--gst/audiorate/gstaudiorate.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gst/audiorate/gstaudiorate.c b/gst/audiorate/gstaudiorate.c
index 2fbd5f8e5..4e6c9bd4d 100644
--- a/gst/audiorate/gstaudiorate.c
+++ b/gst/audiorate/gstaudiorate.c
@@ -199,6 +199,14 @@ gst_audio_rate_class_init (GstAudioRateClass * klass)
g_param_spec_boolean ("silent", "silent",
"Don't emit notify for dropped and duplicated frames", DEFAULT_SILENT,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ /**
+ * GstAudioRate:tolerance
+ *
+ * The difference between incoming timestamp and next timestamp must exceed
+ * the given value for audiorate to add or drop samples.
+ *
+ * Since: 0.10.26
+ **/
g_object_class_install_property (object_class, ARG_TOLERANCE,
g_param_spec_uint64 ("tolerance", "tolerance",
"Only act if timestamp jitter/imperfection exceeds indicated tolerance (ns)",