mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 13:32:29 +00:00
tests/check/: Fix tests so that they use the plugins-base tags.
Original commit message from CVS: 2006-02-25 Julien MOUTTE <julien@moutte.net> * tests/check/Makefile.am: * tests/check/elements/cmmldec.c: * tests/check/elements/cmmlenc.c: Fix tests so that they use the plugins-base tags.
This commit is contained in:
parent
608c78800b
commit
22e1a6cf15
4 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2006-02-25 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
* tests/check/elements/cmmldec.c:
|
||||
* tests/check/elements/cmmlenc.c: Fix tests so that they use
|
||||
the plugins-base tags.
|
||||
|
||||
2006-02-25 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* ext/Makefile.am: Re-enable module.
|
||||
|
|
|
@ -34,3 +34,6 @@ LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
|
|||
VALGRIND_TESTS_DISABLE =
|
||||
|
||||
SUPPRESSIONS = $(top_srcdir)/common/gst.supp
|
||||
|
||||
elements_cmmldec_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS)
|
||||
elements_cmmlenc_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS)
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
|
||||
#include <gst/check/gstcheck.h>
|
||||
|
||||
#include <gst/tag/tag.h>
|
||||
|
||||
#define SINK_CAPS "text/xml"
|
||||
#define SRC_CAPS "text/x-cmml"
|
||||
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
|
||||
#include <gst/check/gstcheck.h>
|
||||
|
||||
#include <gst/tag/tag.h>
|
||||
|
||||
#define SINK_CAPS "text/x-cmml"
|
||||
#define SRC_CAPS "text/xml"
|
||||
|
||||
|
|
Loading…
Reference in a new issue