mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
a2c6e2b64a
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
10 lines
395 B
Makefile
10 lines
395 B
Makefile
plugin_LTLIBRARIES = libgsttimecode.la
|
|
|
|
libgsttimecode_la_SOURCES = plugin.c gsttimecodestamper.c
|
|
|
|
libgsttimecode_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgsttimecode_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-1.0 $(GST_LIBS)
|
|
libgsttimecode_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgsttimecode_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gsttimecodestamper.h
|