mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
multifilesink: document unit of "max-file-duration" property
This commit is contained in:
parent
7c5e39f7a7
commit
dfb27b44bc
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue