mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 15:36:42 +00:00
tests: add test data for mpg123 plugin
This commit is contained in:
parent
e3bb9b2928
commit
fadda9dba6
7 changed files with 13 additions and 2 deletions
|
@ -470,6 +470,7 @@ docs/plugins/Makefile
|
||||||
docs/version.entities
|
docs/version.entities
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
tests/check/Makefile
|
tests/check/Makefile
|
||||||
|
tests/files/Makefile
|
||||||
m4/Makefile
|
m4/Makefile
|
||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
pkgconfig/Makefile
|
pkgconfig/Makefile
|
||||||
|
|
|
@ -4,6 +4,6 @@ else
|
||||||
SUBDIRS_CHECK =
|
SUBDIRS_CHECK =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = $(SUBDIRS_CHECK)
|
SUBDIRS = $(SUBDIRS_CHECK) files
|
||||||
|
|
||||||
DIST_SUBDIRS = check
|
DIST_SUBDIRS = check files
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
include $(top_srcdir)/common/check.mak
|
include $(top_srcdir)/common/check.mak
|
||||||
|
|
||||||
CHECK_REGISTRY = $(top_builddir)/tests/check/test-registry.reg
|
CHECK_REGISTRY = $(top_builddir)/tests/check/test-registry.reg
|
||||||
|
TEST_FILES_DIRECTORY = $(top_srcdir)/tests/files
|
||||||
|
|
||||||
REGISTRY_ENVIRONMENT = \
|
REGISTRY_ENVIRONMENT = \
|
||||||
GST_REGISTRY_1_0=$(CHECK_REGISTRY)
|
GST_REGISTRY_1_0=$(CHECK_REGISTRY)
|
||||||
|
@ -65,6 +66,7 @@ noinst_HEADERS = elements/xingmux_testdata.h
|
||||||
|
|
||||||
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) \
|
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) \
|
||||||
-DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" \
|
-DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" \
|
||||||
|
-DGST_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \
|
||||||
-UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
|
-UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
|
||||||
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
|
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
|
||||||
|
|
||||||
|
|
1
tests/check/elements/.gitignore
vendored
1
tests/check/elements/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
amrnbenc
|
amrnbenc
|
||||||
mpeg2dec
|
mpeg2dec
|
||||||
|
mpg123audiodec
|
||||||
x264enc
|
x264enc
|
||||||
xingmux
|
xingmux
|
||||||
.dirstamp
|
.dirstamp
|
||||||
|
|
7
tests/files/Makefile.am
Normal file
7
tests/files/Makefile.am
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
EXTRA_DIST = \
|
||||||
|
barcode.png \
|
||||||
|
blue-square.png \
|
||||||
|
cbr_stream.mp3 \
|
||||||
|
s16be-id3v2.aiff \
|
||||||
|
stream.mp2 \
|
||||||
|
vbr_stream.mp3
|
BIN
tests/files/cbr_stream.mp3
Normal file
BIN
tests/files/cbr_stream.mp3
Normal file
Binary file not shown.
BIN
tests/files/vbr_stream.mp3
Normal file
BIN
tests/files/vbr_stream.mp3
Normal file
Binary file not shown.
Loading…
Reference in a new issue