mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
tests: videomixer: Add a testsuite for videomixer
This is mostly copy pasted from -base/tests/check/elements/adder.c
This commit is contained in:
parent
608bd3e2db
commit
03fc515f66
2 changed files with 1062 additions and 0 deletions
|
@ -155,6 +155,7 @@ check_PROGRAMS = \
|
||||||
elements/wavpackparse \
|
elements/wavpackparse \
|
||||||
elements/wavparse \
|
elements/wavparse \
|
||||||
elements/y4menc \
|
elements/y4menc \
|
||||||
|
elements/videomixer \
|
||||||
pipelines/simple-launch-lines \
|
pipelines/simple-launch-lines \
|
||||||
pipelines/effectv \
|
pipelines/effectv \
|
||||||
pipelines/tagschecking \
|
pipelines/tagschecking \
|
||||||
|
@ -324,6 +325,8 @@ elements_gdkpixbufsink_CFLAGS = \
|
||||||
elements_gdkpixbufsink_LDADD = \
|
elements_gdkpixbufsink_LDADD = \
|
||||||
$(LDADD) $(GDK_PIXBUF_LIBS)
|
$(LDADD) $(GDK_PIXBUF_LIBS)
|
||||||
|
|
||||||
|
elements_videomixer_LDADD = $(LDADD) $(GST_BASE_LIBS)
|
||||||
|
elements_videomixer_CFLAGS = $(GST_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
|
||||||
|
|
||||||
pipelines_flacdec_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
|
pipelines_flacdec_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
|
||||||
pipelines_flacdec_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) $(LDADD)
|
pipelines_flacdec_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) $(LDADD)
|
||||||
|
|
1059
tests/check/elements/videomixer.c
Normal file
1059
tests/check/elements/videomixer.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue