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:
Julien Moutte 2006-02-24 23:52:28 +00:00
parent 608c78800b
commit 22e1a6cf15
4 changed files with 14 additions and 0 deletions

View file

@ -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.

View file

@ -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)

View file

@ -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"

View file

@ -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"