From 4bd1dce52e43159e89df32bee5f887cd55d6f03e Mon Sep 17 00:00:00 2001 From: Hyunil Date: Fri, 14 Sep 2018 18:37:35 +0900 Subject: [PATCH] tizenwlsink: fix typo Change-Id: I230e0a995ffd7aaa0c21cf53619d617f5bd090ac Signed-off-by: Hyunil --- tizenwlsink/src/wlwindow.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tizenwlsink/src/wlwindow.c b/tizenwlsink/src/wlwindow.c index 7fae499..9fa56c9 100644 --- a/tizenwlsink/src/wlwindow.c +++ b/tizenwlsink/src/wlwindow.c @@ -584,7 +584,7 @@ gst_wl_window_find_flip_transform (guint flip) } #endif -#if TIZEN_FEATURE_WLSINK_ENHANCEMENT +#ifdef TIZEN_FEATURE_WLSINK_ENHANCEMENT static void gst_wl_window_resize_tizen_video_viewport (GstWlWindow * window, gboolean commit) @@ -840,7 +840,7 @@ void gst_wl_window_render (GstWlWindow * window, GstWlBuffer * buffer, const GstVideoInfo * info) { -#if TIZEN_FEATURE_WLSINK_ENHANCEMENT +#ifdef TIZEN_FEATURE_WLSINK_ENHANCEMENT FUNCTION; /* check video buffer size for wl_surface_damage_buffer */ if (window->buffer_width != window->display->buffer_width @@ -899,7 +899,7 @@ gst_wl_window_render (GstWlWindow * window, GstWlBuffer * buffer, #endif } -#if TIZEN_FEATURE_WLSINK_ENHANCEMENT +#ifdef TIZEN_FEATURE_WLSINK_ENHANCEMENT gboolean gst_wl_window_set_roi_area (GstWlWindow * window, gint x, gint y, gint w, gint h) -- 2.7.4