summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace2/gstdeinterlace2.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-08 15:39:24 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-08 15:42:43 +0200
commit8c57211bd29c7dc620892eefd3dacb06842d2df2 (patch)
treefd619a1a50775f0d099f0145d769805f97f436ba /gst/deinterlace2/gstdeinterlace2.h
parent67dd3c11f47f1afd3508e3b45a3023ce9612fe67 (diff)
downloadgst-plugins-bad-8c57211bd29c7dc620892eefd3dacb06842d2df2.tar.gz
gst-plugins-bad-8c57211bd29c7dc620892eefd3dacb06842d2df2.tar.bz2
gst-plugins-bad-8c57211bd29c7dc620892eefd3dacb06842d2df2.zip
deinterlace2: Add a disabled mode for passthrough operation
Also allow to change the mode in PAUSED and PLAYING by updating the caps if necessary.
Diffstat (limited to 'gst/deinterlace2/gstdeinterlace2.h')
-rw-r--r--gst/deinterlace2/gstdeinterlace2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/deinterlace2/gstdeinterlace2.h b/gst/deinterlace2/gstdeinterlace2.h
index de63f54e..7a08d411 100644
--- a/gst/deinterlace2/gstdeinterlace2.h
+++ b/gst/deinterlace2/gstdeinterlace2.h
@@ -189,7 +189,8 @@ typedef enum
typedef enum {
GST_DEINTERLACE2_MODE_AUTO,
- GST_DEINTERLACE2_MODE_INTERLACED
+ GST_DEINTERLACE2_MODE_INTERLACED,
+ GST_DEINTERLACE2_MODE_DISABLED
} GstDeinterlace2Mode;
struct _GstDeinterlace2