From a2c6e2b64a59b4e18c23e93bc50e06f32104ea29 Mon Sep 17 00:00:00 2001 From: Vivia Nikolaidou Date: Fri, 20 May 2016 18:17:52 +0300 Subject: 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 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.1