mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
57b9ce71b4
Adds a signal for applications to receive the fps measurements made instead of only printing them to the frame/stdout. This signal is only emited if the signal-fps-measurements property is set to TRUE
25 lines
827 B
Makefile
25 lines
827 B
Makefile
glib_gen_prefix = __gst_debugutils
|
|
glib_gen_basename = debugutils
|
|
|
|
include $(top_srcdir)/common/gst-glib-gen.mak
|
|
|
|
built_sources = debugutils-marshal.c
|
|
built_headers = debugutils-marshal.h
|
|
|
|
BUILT_SOURCES = $(built_sources) $(built_headers)
|
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
EXTRA_DIST = debugutils-marshal.list
|
|
|
|
plugin_LTLIBRARIES = libgstdebugutilsbad.la
|
|
|
|
libgstdebugutilsbad_la_SOURCES = fpsdisplaysink.c debugutilsbad.c
|
|
nodist_libgstdebugutilsbad_la_SOURCES = $(BUILT_SOURCES)
|
|
libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
|
|
libgstdebugutilsbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstdebugutilsbad_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = fpsdisplaysink.h
|
|
|