diff options
Diffstat (limited to 'gst/deinterlace2/gstdeinterlace2.h')
-rw-r--r-- | gst/deinterlace2/gstdeinterlace2.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gst/deinterlace2/gstdeinterlace2.h b/gst/deinterlace2/gstdeinterlace2.h index 1f56dd3e..01f1831b 100644 --- a/gst/deinterlace2/gstdeinterlace2.h +++ b/gst/deinterlace2/gstdeinterlace2.h @@ -166,7 +166,13 @@ typedef enum GST_DEINTERLACE2_TOMSMOCOMP, GST_DEINTERLACE2_GREEDY_H, GST_DEINTERLACE2_GREEDY_L, - GST_DEINTERLACE2_VFIR + GST_DEINTERLACE2_VFIR, + GST_DEINTERLACE2_LINEAR, + GST_DEINTERLACE2_LINEAR_BLEND, + GST_DEINTERLACE2_SCALER_BOB, + GST_DEINTERLACE2_WEAVE, + GST_DEINTERLACE2_WEAVE_TFF, + GST_DEINTERLACE2_WEAVE_BFF } GstDeinterlace2Methods; typedef enum |