tizencamerasrc: Update description of "hal-name" property
[platform/upstream/gst-plugins-tizen.git] / tizencamerasrc / src / gsttizencamerasrc.c
index a911742..7a88979 100644 (file)
@@ -2927,7 +2927,9 @@ static void gst_tizencamerasrc_class_init(GstTizenCameraSrcClass *klass)
 
   g_object_class_install_property(gobject_class, ARG_HAL_NAME,
     g_param_spec_string("hal-name", "HAL name",
-      "Name of the HAL library, \"libtizen-camera.so\" will be used as a default",
+      "The name of the HAL library, and setting \"NULL\" will load the default HAL. "
+      "It should be set at least once after creating the element, "
+      "otherwise it will fail when set something or change state.",
       NULL,
       G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));