timecodestamper: New element to attach SMPTE timecode to buffers
authorVivia Nikolaidou <vivia@toolsonair.com>
Fri, 20 May 2016 15:17:52 +0000 (18:17 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 4 Aug 2016 16:08:27 +0000 (19:08 +0300)
commita2c6e2b64a59b4e18c23e93bc50e06f32104ea29
treee433af9ee69d001cc5daa69c91ccab7df4b935dc
parentde1f42a28462ab71cc38830fd14c3e4d6fc4c85b
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
gst/timecode/Makefile.am [new file with mode: 0644]
gst/timecode/gsttimecodestamper.c [new file with mode: 0644]
gst/timecode/gsttimecodestamper.h [new file with mode: 0644]
gst/timecode/plugin.c [new file with mode: 0644]