mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
af8ae1e043
Original commit message from CVS: * gst/debug/Makefile.am: * gst/debug/breakmydata.c: add element that quasi-randomly changes bytes in the stream. Intended use is robustness checking of demuxers and decoders in media tests.
16 lines
562 B
Makefile
16 lines
562 B
Makefile
|
|
plugin_LTLIBRARIES = libgstefence.la libgstnavigationtest.la libgstdebug.la
|
|
|
|
noinst_HEADERS = efence.h gstnavigationtest.h
|
|
|
|
libgstefence_la_SOURCES = efence.c
|
|
libgstefence_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstefence_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstnavigationtest_la_SOURCES = gstnavigationtest.c
|
|
libgstnavigationtest_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/videofilter
|
|
libgstnavigationtest_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstdebug_la_SOURCES = breakmydata.c
|
|
libgstdebug_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstdebug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|