imperxflexsrc: rename format-file to config-file for uniformity with other elements

This commit is contained in:
Joshua M. Doe 2015-10-21 08:53:04 -04:00
parent 8d426a1afc
commit 2b9ab7f569

View File

@ -118,9 +118,8 @@ gst_framelinksrc_class_init (GstFramelinkSrcClass * klass)
/* Install GObject properties */ /* Install GObject properties */
g_object_class_install_property (gobject_class, PROP_FORMAT_FILE, g_object_class_install_property (gobject_class, PROP_FORMAT_FILE,
g_param_spec_string ("format-file", "Format file", g_param_spec_string ("config-file", "Config file",
"Filepath of the video file for the selected camera " "Filepath of the video file for the selected camera",
"(specify only one of format-name or format-file)",
DEFAULT_PROP_FORMAT_FILE, DEFAULT_PROP_FORMAT_FILE,
(GParamFlags) (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | (GParamFlags) (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS |
GST_PARAM_MUTABLE_READY))); GST_PARAM_MUTABLE_READY)));