mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
4984af5917
This is a simple Bin that will expose audiotestsrc or videotestsrc based on what is asked by the user either through the GstURIHandler API or through the "stream-types" property. This element also provides GstStream and GstStreamCollection so it is nicely usable from playbin3. https://bugzilla.gnome.org/show_bug.cgi?id=795366
28 lines
719 B
Makefile
28 lines
719 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 \
|
|
gstfakevideosink.c \
|
|
gsttestsrcbin.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 \
|
|
gstfakevideosink.h
|