timecodewait: New element to wait for a specific timecode
authorVivia Nikolaidou <vivia@toolsonair.com>
Tue, 31 May 2016 16:21:17 +0000 (19:21 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 4 Aug 2016 16:08:27 +0000 (19:08 +0300)
commit3072dd80d2ba973e0c362714c2b8c357218e5f62
tree30b137f51e92df2daf5923d3d4bbe07cf8514654
parenta2c6e2b64a59b4e18c23e93bc50e06f32104ea29
timecodewait: New element to wait for a specific timecode

timecodewait receives a timecode as an argument (either as string or as
GstVideoTimeCode - one is gst-launch-friendly and the other is code-friendly),
and it will drop all audio and video buffers until that timecode has been
reached.

https://bugzilla.gnome.org/show_bug.cgi?id=766419
gst/timecode/Makefile.am
gst/timecode/gsttimecodewait.c [new file with mode: 0644]
gst/timecode/gsttimecodewait.h [new file with mode: 0644]
gst/timecode/plugin.c