Remove useless format_label 88/170088/1
authorhj kim <backto.kim@samsung.com>
Tue, 13 Feb 2018 08:20:05 +0000 (17:20 +0900)
committerhj kim <backto.kim@samsung.com>
Tue, 13 Feb 2018 08:20:05 +0000 (17:20 +0900)
Change-Id: Ia32669717407b1846d8dad36a05d6bd9a92e3851

gstcs/include/mm_util_gstcs.h
gstcs/mm_util_gstcs.c
packaging/libmm-imgp-gstcs.spec

index f12b9b1..316e0d6 100755 (executable)
@@ -94,11 +94,9 @@ typedef enum {
  * Image Process Info for dlopen
  */
 typedef struct _imgp_info_s {
-       char *input_format_label;
        mm_util_color_format_e src_format;
        unsigned int src_width;
        unsigned int src_height;
-       char *output_format_label;
        mm_util_color_format_e dst_format;
        unsigned int dst_width;
        unsigned int dst_height;
index 76b087a..ecc12a7 100755 (executable)
@@ -738,8 +738,8 @@ static int _mm_imgp_gstcs(imgp_info_s* pImgp_info, unsigned char *src, unsigned
        int ret = GSTCS_ERROR_NONE;
 
        /* Print debug message for inout structure */
-       gstcs_debug("[input] format label : %s width: %d height: %d\t[output] format label: %s width: %d height: %d rotation vaule: %d",
-       pImgp_info->input_format_label, pImgp_info->src_width, pImgp_info->src_height, pImgp_info->output_format_label, pImgp_info->dst_width, pImgp_info->dst_height, pImgp_info->angle);
+       gstcs_debug("src_width [%d] src_height [%d]  dst_width [%d] dst_height [%d] rotation [%d]",
+       pImgp_info->src_width, pImgp_info->src_height, pImgp_info->dst_width, pImgp_info->dst_height, pImgp_info->angle);
 
        /* Initialize gstreamer */
        ret = _gstcs_init(&pGstreamer_s);
index d6dc42f..543f6ea 100755 (executable)
@@ -1,7 +1,7 @@
 #sbs-git:slp/pkgs/l/libmm-imgp-gstcs libmm-imgp-gstcs 0.1 62b62e6d483557fc5750d1b4986e9a98323f1194
 Name:       libmm-imgp-gstcs
 Summary:    Multimedia Framework Utility Library
-Version:    0.19
+Version:    0.20
 Release:    16
 Group:      System/Libraries
 License:    Apache-2.0