diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-01-16 13:19:29 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-01-16 13:19:29 +0000 |
commit | dfb27b44bc5557fe89ce9f794abdc9c808b87f43 (patch) | |
tree | 83f56d2624cd02c7cc47ab786ac9b945606b8c2d /gst/multifile | |
parent | 7c5e39f7a7f47f3d66a43563caf780fcf0edbb97 (diff) | |
download | gstreamer-plugins-good-dfb27b44bc5557fe89ce9f794abdc9c808b87f43.tar.gz |
multifilesink: document unit of "max-file-duration" property
Diffstat (limited to 'gst/multifile')
-rw-r--r-- | gst/multifile/gstmultifilesink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/multifile/gstmultifilesink.c b/gst/multifile/gstmultifilesink.c index 6cfc457cd..d2a55ef96 100644 --- a/gst/multifile/gstmultifilesink.c +++ b/gst/multifile/gstmultifilesink.c @@ -285,8 +285,8 @@ gst_multi_file_sink_class_init (GstMultiFileSinkClass * klass) */ g_object_class_install_property (gobject_class, PROP_MAX_FILE_DURATION, g_param_spec_uint64 ("max-file-duration", "Maximum File Duration", - "Maximum file duration before starting a new file in max-size mode", - 0, G_MAXUINT64, DEFAULT_MAX_FILE_DURATION, + "Maximum file duration before starting a new file in max-size mode " + "(in nanoseconds)", 0, G_MAXUINT64, DEFAULT_MAX_FILE_DURATION, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); /** |