From ab63947b9cc28a02fd9503d12388a9f1689ca91a Mon Sep 17 00:00:00 2001 From: "Joshua M. Doe" Date: Wed, 21 Oct 2015 08:53:36 -0400 Subject: [PATCH] saperasrc: rename format-file to config-file for uniformity with other elements --- sys/sapera/gstsaperasrc.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/sapera/gstsaperasrc.cpp b/sys/sapera/gstsaperasrc.cpp index 48899f7..e2f82e5 100644 --- a/sys/sapera/gstsaperasrc.cpp +++ b/sys/sapera/gstsaperasrc.cpp @@ -389,9 +389,8 @@ gst_saperasrc_class_init (GstSaperaSrcClass * 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", + "Camera configuration filepath", DEFAULT_PROP_FORMAT_FILE, (GParamFlags) (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | GST_PARAM_MUTABLE_READY)));