From: Tim-Philipp Müller Date: Sun, 26 Aug 2012 21:25:32 +0000 (+0100) Subject: playbin: automatically deinterlace interlaced content by default X-Git-Tag: 1.19.3~511^2~5986 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0301aaa30dd2721e79b88c73792a5bdc2f4921f6;p=platform%2Fupstream%2Fgstreamer.git playbin: automatically deinterlace interlaced content by default --- diff --git a/gst/playback/gstplaybin2.c b/gst/playback/gstplaybin2.c index 91ad4e4..738a372 100644 --- a/gst/playback/gstplaybin2.c +++ b/gst/playback/gstplaybin2.c @@ -470,7 +470,8 @@ struct _GstPlayBinClass #define DEFAULT_SUBURI NULL #define DEFAULT_SOURCE NULL #define DEFAULT_FLAGS GST_PLAY_FLAG_AUDIO | GST_PLAY_FLAG_VIDEO | GST_PLAY_FLAG_TEXT | \ - GST_PLAY_FLAG_SOFT_VOLUME | GST_PLAY_FLAG_SOFT_COLORBALANCE + GST_PLAY_FLAG_SOFT_VOLUME | GST_PLAY_FLAG_DEINTERLACE | \ + GST_PLAY_FLAG_SOFT_COLORBALANCE #define DEFAULT_N_VIDEO 0 #define DEFAULT_CURRENT_VIDEO -1 #define DEFAULT_N_AUDIO 0