From faffeaf83946d94a263a5c096eb93160b957aa27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 23 Oct 2019 14:28:24 +0300 Subject: [PATCH] timecodestamper: Update set-tc property documentation with latest version of reality --- gst/timecode/gsttimecodestamper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/timecode/gsttimecodestamper.c b/gst/timecode/gsttimecodestamper.c index c879717970..4d7a607059 100644 --- a/gst/timecode/gsttimecodestamper.c +++ b/gst/timecode/gsttimecodestamper.c @@ -230,8 +230,8 @@ gst_timecodestamper_class_init (GstTimeCodeStamperClass * klass) "If set, take this timecode as the internal timecode for the first " "frame and increment from it. Only the values itself and daily jam are taken, " "flags and frame rate are always determined by timecodestamper " - "itself. If unset (and to-now is also not set), the internal timecode will " - "start at 0 with the daily jam being the current real-time clock time", + "itself. If unset, the internal timecode will start at 0 with the daily jam " + "being the current real-time clock time", GST_TYPE_VIDEO_TIME_CODE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); g_object_class_install_property (gobject_class, PROP_LTC_DAILY_JAM,