mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
multifilesrc: fix typo in property description
This commit is contained in:
parent
a88caf84b4
commit
fe7236230c
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ gst_multi_file_src_class_init (GstMultiFileSrcClass * klass)
|
|||
0, INT_MAX, DEFAULT_INDEX,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
g_object_class_install_property (gobject_class, ARG_STOP_INDEX,
|
||||
g_param_spec_int ("stop-index", "Start Index",
|
||||
g_param_spec_int ("stop-index", "Stop Index",
|
||||
"Stop value of index. The special value -1 means no stop.",
|
||||
-1, INT_MAX, DEFAULT_INDEX,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
|
Loading…
Reference in a new issue