diff options
author | David Schleef <ds@schleef.org> | 2010-03-08 21:00:21 -0800 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2010-03-09 12:34:36 -0800 |
commit | e98fc783c8518a756f0d9e68932aa5a089509fa2 (patch) | |
tree | e770b65b4aee3c6b8c7ae94b3baba1aa922d61f0 /configure.ac | |
parent | 6da643e07290ca82e27e461aff03e47009994c5c (diff) | |
download | gstreamer-plugins-bad-e98fc783c8518a756f0d9e68932aa5a089509fa2.tar.gz |
invtelecine: Add invtelecine element
Automatic inverse telecine element. Right now, it clumsily attempts
to rearrange video fields into frames that don't have combing effects,
and only works with 60i/24p content at 720x480. Later, it will handle
other pulldown variations, change caps and smooth timestamps
appropriately.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2b6a0f50d..b2aeaa73c 100644 --- a/configure.ac +++ b/configure.ac @@ -269,6 +269,7 @@ AG_GST_CHECK_PLUGIN(frei0r) AG_GST_CHECK_PLUGIN(h264parse) AG_GST_CHECK_PLUGIN(hdvparse) AG_GST_CHECK_PLUGIN(id3tag) +AG_GST_CHECK_PLUGIN(invtelecine) AG_GST_CHECK_PLUGIN(jpegformat) AG_GST_CHECK_PLUGIN(librfb) AG_GST_CHECK_PLUGIN(liveadder) @@ -1637,6 +1638,7 @@ gst/frei0r/Makefile gst/h264parse/Makefile gst/hdvparse/Makefile gst/id3tag/Makefile +gst/invtelecine/Makefile gst/jpegformat/Makefile gst/legacyresample/Makefile gst/librfb/Makefile |