From e8fd3056233d28d4301fc2b92882fed31ae0e68a Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Mon, 9 Jan 2012 12:31:02 +0100 Subject: [PATCH] playback: document DEINTERLACE flag --- gst/playback/gstplay-enum.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/playback/gstplay-enum.h b/gst/playback/gstplay-enum.h index 1e33f0609e..77a34cfeaf 100644 --- a/gst/playback/gstplay-enum.h +++ b/gst/playback/gstplay-enum.h @@ -56,6 +56,7 @@ GType gst_autoplug_select_result_get_type (void); * @GST_PLAY_FLAG_DOWNLOAD: enable progressice download buffering for selected * formats. * @GST_PLAY_FLAG_BUFFERING: enable buffering of the demuxed or parsed data. + * @GST_PLAY_FLAG_DEINTERLACE: deinterlace raw video (if native not forced). * * Extra flags to configure the behaviour of the sinks. */