From: Hyunil Date: Fri, 10 Nov 2017 01:34:23 +0000 (+0900) Subject: Replace videosink from waylandsink to tizenwlsink X-Git-Tag: submit/tizen/20171110.011647^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F159579%2F1;p=platform%2Fcore%2Fapi%2Fmediastreamer.git Replace videosink from waylandsink to tizenwlsink Change-Id: I391a1d10e24c752eca71bbe25193b78749a9b2ff Signed-off-by: Hyunil --- diff --git a/include/media_streamer_util.h b/include/media_streamer_util.h index 5c85853..22d09f0 100644 --- a/include/media_streamer_util.h +++ b/include/media_streamer_util.h @@ -153,7 +153,7 @@ typedef struct { #define DEFAULT_VIDEO_SOURCE "ximagesrc" #define DEFAULT_APP_SOURCE "appsrc" #define DEFAULT_AUDIO_SINK "pulsesink" -#define DEFAULT_VIDEO_SINK "waylandsink" +#define DEFAULT_VIDEO_SINK "tizenwlsink" #define DEFAULT_VIDEO_SCALE "videoscale" #define DEFAULT_VIDEO_CONVERT "videoconvert" #define DEFAULT_VIDEO_RATE "videorate"