include $(top_srcdir)/common/check.mak
-CHECK_REGISTRY=$(top_builddir)/check/test-registry.xml
+CHECK_REGISTRY = $(top_builddir)/check/test-registry.xml
-TESTS_ENVIRONMENT=\
+REGISTRY_ENVIRONMENT = \
GST_REGISTRY=$(CHECK_REGISTRY)
+TESTS_ENVIRONMENT = \
+ $(REGISTRY_ENVIRONMENT) \
+ GST_PLUGIN_PATH_ONLY=yes \
+ GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext
+
# ths core dumps of some machines have PIDs appended
CLEANFILES = core.* test-registry.xml
$(CHECK_REGISTRY):
$(TESTS_ENVIRONMENT) \
- GST_PLUGIN_PATH_ONLY=yes \
- GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext \
$(GST_TOOLS_DIR)/gst-register-@GST_MAJORMINOR@
TESTS = $(GST_TOOLS_DIR)/gst-register-@GST_MAJORMINOR@ \
setup_vorbisdec ()
{
GstElement *vorbisdec;
- GstPad *srcpad, *sinkpad;
GST_DEBUG ("setup_vorbisdec");
vorbisdec = gst_check_setup_element ("vorbisdec");
void
cleanup_vorbisdec (GstElement * vorbisdec)
{
- GstPad *srcpad, *sinkpad;
-
GST_DEBUG ("cleanup_vorbisdec");
gst_check_teardown_src_pad (vorbisdec);
-Subproject commit 2827052513b1aa41f4a2414c163cfd0f4790b43c
+Subproject commit aa2a757c587d91069a230d8e656481c3c364ccc6
include $(top_srcdir)/common/check.mak
-CHECK_REGISTRY=$(top_builddir)/check/test-registry.xml
+CHECK_REGISTRY = $(top_builddir)/check/test-registry.xml
-TESTS_ENVIRONMENT=\
+REGISTRY_ENVIRONMENT = \
GST_REGISTRY=$(CHECK_REGISTRY)
+TESTS_ENVIRONMENT = \
+ $(REGISTRY_ENVIRONMENT) \
+ GST_PLUGIN_PATH_ONLY=yes \
+ GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext
+
# ths core dumps of some machines have PIDs appended
CLEANFILES = core.* test-registry.xml
$(CHECK_REGISTRY):
$(TESTS_ENVIRONMENT) \
- GST_PLUGIN_PATH_ONLY=yes \
- GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext \
$(GST_TOOLS_DIR)/gst-register-@GST_MAJORMINOR@
TESTS = $(GST_TOOLS_DIR)/gst-register-@GST_MAJORMINOR@ \
setup_vorbisdec ()
{
GstElement *vorbisdec;
- GstPad *srcpad, *sinkpad;
GST_DEBUG ("setup_vorbisdec");
vorbisdec = gst_check_setup_element ("vorbisdec");
void
cleanup_vorbisdec (GstElement * vorbisdec)
{
- GstPad *srcpad, *sinkpad;
-
GST_DEBUG ("cleanup_vorbisdec");
gst_check_teardown_src_pad (vorbisdec);