tizenwlsink: Modify string format 57/210357/1
authorHyunil <hyunil46.park@samsung.com>
Thu, 18 Jul 2019 07:57:29 +0000 (16:57 +0900)
committerHyunil <hyunil46.park@samsung.com>
Thu, 18 Jul 2019 07:57:29 +0000 (16:57 +0900)
Change-Id: I6a5920629ff59255acc8bb803fcdb326ab81388f
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
tizenwlsink/src/gsttizenwlsink.c

index 3d573d1..a975584 100644 (file)
@@ -2189,7 +2189,7 @@ gst_tizen_wl_sink_set_wl_window_wl_surface_id (GstVideoOverlay * overlay,
   g_mutex_lock (&sink->render_lock);
   g_clear_object (&sink->window);
 
-  GST_WARNING ("wl_surface_id %d %x", (int) wl_surface_id,
+  GST_WARNING ("wl_surface_id %d 0x%x", (int) wl_surface_id,
       (guintptr) wl_surface_id);
 
   if (wl_surface_id) {