From 2b9ab7f569ac50e9d9868d5c2ddd9460e6f75e1a Mon Sep 17 00:00:00 2001 From: "Joshua M. Doe" Date: Wed, 21 Oct 2015 08:53:04 -0400 Subject: [PATCH] imperxflexsrc: rename format-file to config-file for uniformity with other elements --- sys/imperx/gstframelinksrc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/imperx/gstframelinksrc.c b/sys/imperx/gstframelinksrc.c index 86a8b20..01bc51a 100644 --- a/sys/imperx/gstframelinksrc.c +++ b/sys/imperx/gstframelinksrc.c @@ -118,9 +118,8 @@ gst_framelinksrc_class_init (GstFramelinkSrcClass * klass) /* Install GObject properties */ g_object_class_install_property (gobject_class, PROP_FORMAT_FILE, - g_param_spec_string ("format-file", "Format file", - "Filepath of the video file for the selected camera " - "(specify only one of format-name or format-file)", + g_param_spec_string ("config-file", "Config file", + "Filepath of the video file for the selected camera", DEFAULT_PROP_FORMAT_FILE, (GParamFlags) (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | GST_PARAM_MUTABLE_READY)));