From 9b1cd678fd532025faf71a3f2b456c117dbe2eba Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Wed, 21 Dec 2022 19:27:19 +0900 Subject: [PATCH] tizencamerasrc: Update description of "hal-name" property [Version] 1.20.0-16 [Issue Type] Description Change-Id: Ib83d03dae8bf39e30773800e3e4e63d3fc9ceb5a Signed-off-by: Jeongmo Yang --- packaging/gst-plugins-tizen.spec | 2 +- tizencamerasrc/src/gsttizencamerasrc.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packaging/gst-plugins-tizen.spec b/packaging/gst-plugins-tizen.spec index 1ec13cf..60095fa 100644 --- a/packaging/gst-plugins-tizen.spec +++ b/packaging/gst-plugins-tizen.spec @@ -5,7 +5,7 @@ Name: gst-plugins-tizen Version: 1.20.0 Summary: GStreamer tizen plugins (common) -Release: 15 +Release: 16 Group: Multimedia/Framework Url: http://gstreamer.freedesktop.org/ License: LGPL-2.1+ diff --git a/tizencamerasrc/src/gsttizencamerasrc.c b/tizencamerasrc/src/gsttizencamerasrc.c index a911742..7a88979 100644 --- a/tizencamerasrc/src/gsttizencamerasrc.c +++ b/tizencamerasrc/src/gsttizencamerasrc.c @@ -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)); -- 2.7.4