multifilesrc: fix typo in property description
authorTim-Philipp Müller <tim@centricular.net>
Thu, 25 Oct 2012 19:18:36 +0000 (20:18 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 25 Oct 2012 19:19:44 +0000 (20:19 +0100)
gst/multifile/gstmultifilesrc.c

index d384f4d..85e0d99 100644 (file)
@@ -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));