multifilesrc: fix typo in property description
This commit is contained in:
parent
a88caf84b4
commit
fe7236230c
@ -119,7 +119,7 @@ gst_multi_file_src_class_init (GstMultiFileSrcClass * klass)
|
|||||||
0, INT_MAX, DEFAULT_INDEX,
|
0, INT_MAX, DEFAULT_INDEX,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
g_object_class_install_property (gobject_class, ARG_STOP_INDEX,
|
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.",
|
"Stop value of index. The special value -1 means no stop.",
|
||||||
-1, INT_MAX, DEFAULT_INDEX,
|
-1, INT_MAX, DEFAULT_INDEX,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user