mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
595254f21b
This element can be configured to add jitter and/or drift to incoming buffers' PTS, DTS, or both. Amplitude and average of jitter and drift are configurable. https://bugzilla.gnome.org/show_bug.cgi?id=787358
27 lines
690 B
Makefile
27 lines
690 B
Makefile
plugin_LTLIBRARIES = libgstdebugutilsbad.la
|
|
|
|
libgstdebugutilsbad_la_SOURCES = \
|
|
gstdebugspy.c \
|
|
debugutilsbad.c \
|
|
fpsdisplaysink.c \
|
|
gstchecksumsink.c \
|
|
gstchopmydata.c \
|
|
gstcompare.c \
|
|
gstwatchdog.c \
|
|
gsterrorignore.c \
|
|
gstjitterer.c
|
|
|
|
libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
|
-lgstvideo-$(GST_API_VERSION) \
|
|
$(GST_LIBS)
|
|
libgstdebugutilsbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = fpsdisplaysink.h \
|
|
gstchecksumsink.h \
|
|
gstchopmydata.h \
|
|
gstcompare.h \
|
|
gstdebugspy.h \
|
|
gstwatchdog.h \
|
|
gsterrorignore.h \
|
|
gstjitterer.h
|