summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVivia Nikolaidou <vivia@toolsonair.com>2016-05-20 18:17:52 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-08-04 19:08:27 +0300
commita2c6e2b64a59b4e18c23e93bc50e06f32104ea29 (patch)
treee433af9ee69d001cc5daa69c91ccab7df4b935dc /configure.ac
parentde1f42a28462ab71cc38830fd14c3e4d6fc4c85b (diff)
downloadgstreamer-plugins-bad-a2c6e2b64a59b4e18c23e93bc50e06f32104ea29.tar.gz
timecodestamper: New element to attach SMPTE timecode to buffers
The timecodestamper element attaches a SMPTE timecode to each video buffer. This timecode corresponds to the current stream time. https://bugzilla.gnome.org/show_bug.cgi?id=766419
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4ca9aaa44..70be2e18d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -524,6 +524,7 @@ AG_GST_CHECK_PLUGIN(smooth)
AG_GST_CHECK_PLUGIN(speed)
AG_GST_CHECK_PLUGIN(subenc)
AG_GST_CHECK_PLUGIN(stereo)
+AG_GST_CHECK_PLUGIN(timecode)
AG_GST_CHECK_PLUGIN(tta)
AG_GST_CHECK_PLUGIN(videofilters)
AG_GST_CHECK_PLUGIN(videomeasure)
@@ -3642,6 +3643,7 @@ gst/speed/Makefile
gst/subenc/Makefile
gst/stereo/Makefile
gst/tta/Makefile
+gst/timecode/Makefile
gst/videofilters/Makefile
gst/videomeasure/Makefile
gst/videoparsers/Makefile