tests: add test data for mpg123 plugin

This commit is contained in:
Tim-Philipp Müller 2016-02-16 10:55:01 +00:00
parent e3bb9b2928
commit fadda9dba6
7 changed files with 13 additions and 2 deletions

View file

@ -470,6 +470,7 @@ docs/plugins/Makefile
docs/version.entities
tests/Makefile
tests/check/Makefile
tests/files/Makefile
m4/Makefile
po/Makefile.in
pkgconfig/Makefile

View file

@ -4,6 +4,6 @@ else
SUBDIRS_CHECK =
endif
SUBDIRS = $(SUBDIRS_CHECK)
SUBDIRS = $(SUBDIRS_CHECK) files
DIST_SUBDIRS = check
DIST_SUBDIRS = check files

View file

@ -1,6 +1,7 @@
include $(top_srcdir)/common/check.mak
CHECK_REGISTRY = $(top_builddir)/tests/check/test-registry.reg
TEST_FILES_DIRECTORY = $(top_srcdir)/tests/files
REGISTRY_ENVIRONMENT = \
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) \
-DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" \
-DGST_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \
-UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)

View file

@ -1,5 +1,6 @@
amrnbenc
mpeg2dec
mpg123audiodec
x264enc
xingmux
.dirstamp

7
tests/files/Makefile.am Normal file
View 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

Binary file not shown.

BIN
tests/files/vbr_stream.mp3 Normal file

Binary file not shown.