From bc9dc9af02ba3602fd930d79a5456f92ee1f42f9 Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Thu, 29 Oct 2020 14:53:16 +0900 Subject: [PATCH] Change element name for recording - "encodebin" -> "tizenencodebin" - The original "encodebin" in gst-plugins-base will be enabled. [Version] 0.10.222 [Issue Type] Update Change-Id: I2aaf3427a938bd16b49c50dc352865f027aedcaa Signed-off-by: Jeongmo Yang --- packaging/libmm-camcorder.spec | 2 +- src/mm_camcorder_gstcommon.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packaging/libmm-camcorder.spec b/packaging/libmm-camcorder.spec index b2de390..9cfdae1 100755 --- a/packaging/libmm-camcorder.spec +++ b/packaging/libmm-camcorder.spec @@ -1,6 +1,6 @@ Name: libmm-camcorder Summary: Camera and recorder library -Version: 0.10.221 +Version: 0.10.222 Release: 0 Group: Multimedia/Libraries License: Apache-2.0 diff --git a/src/mm_camcorder_gstcommon.c b/src/mm_camcorder_gstcommon.c index 6225b24..efacf54 100755 --- a/src/mm_camcorder_gstcommon.c +++ b/src/mm_camcorder_gstcommon.c @@ -1276,7 +1276,8 @@ int _mmcamcorder_create_encodesink_bin(MMHandleType handle, MMCamcorderEncodebin hcamcorder); } - _MMCAMCORDER_ELEMENT_MAKE(sc, sc->encode_element, _MMCAMCORDER_ENCSINK_ENCBIN, "encodebin", "encodesink_encbin", element_list, err); + _MMCAMCORDER_ELEMENT_MAKE(sc, sc->encode_element, _MMCAMCORDER_ENCSINK_ENCBIN, + "tizenencodebin", "encodesink_encbin", element_list, err); /* check element availability */ if (profile == MM_CAMCORDER_ENCBIN_PROFILE_IMAGE) { -- 2.34.1