mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
tests: add input-selector-test and output-selector-test
Moved from gst-plugins-bad into -base, becasue it uses videotestsrc and other elements from -base, so it can't be in core.
This commit is contained in:
parent
52bdb195b2
commit
cfe8ffdf6e
2 changed files with 14 additions and 0 deletions
2
tests/icles/.gitignore
vendored
2
tests/icles/.gitignore
vendored
|
@ -1,4 +1,6 @@
|
|||
audio-trickplay
|
||||
input-selector-test
|
||||
output-selector-test
|
||||
playbin-text
|
||||
position-formats
|
||||
stress-playbin
|
||||
|
|
|
@ -26,6 +26,18 @@ test_xoverlay_LDADD = $(GST_LIBS) $(X_LIBS) $(LIBM) $(GTK_LIBS) \
|
|||
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la
|
||||
endif
|
||||
|
||||
output_selector_test_SOURCES = output-selector-test.c
|
||||
output_selector_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
output_selector_test_LDADD = $(GST_LIBS)
|
||||
output_selector_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
input_selector_test_SOURCES = input-selector-test.c
|
||||
input_selector_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
input_selector_test_LDADD = $(GST_LIBS)
|
||||
input_selector_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
X_TESTS += output-selector-test input-selector-test
|
||||
|
||||
else
|
||||
X_TESTS =
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue