fix invalid format argument types for dlog 38/135138/1 accepted/tizen/4.0/unified/20170816.013719 accepted/tizen/4.0/unified/20170816.014842 accepted/tizen/unified/20170630.083301 submit/tizen/20170621.064821 submit/tizen/20170622.044226 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
authorHaejeong Kim <backto.kim@samsung.com>
Wed, 21 Jun 2017 05:20:53 +0000 (14:20 +0900)
committerHaejeong Kim <backto.kim@samsung.com>
Wed, 21 Jun 2017 05:20:53 +0000 (14:20 +0900)
Change-Id: I538566e64fbcc232e439fcf6f2fd5535d64c9432

gstcs/mm_util_gstcs.c

index 90d8f78..d4d4a66 100755 (executable)
@@ -713,7 +713,7 @@ _mm_imgp_gstcs_processing(gstreamer_s* pGstreamer_s, unsigned char *src, unsigne
                                pGstreamer_s->output_buffer = NULL;
                                return GSTCS_ERROR_INVALID_OPERATION;
                        }
-                       gstcs_debug("pGstreamer_s->output_buffer: 0x%2x\n", pGstreamer_s->output_buffer);
+                       gstcs_debug("pGstreamer_s->output_buffer: %p\n", pGstreamer_s->output_buffer);
                        memcpy(dst, mapinfo.data, buffer_size);
                        pImgp_info->buffer_size = buffer_size;
                        gst_buffer_unmap(pGstreamer_s->output_buffer, &mapinfo);