mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
adding spider tests
Original commit message from CVS: adding spider tests
This commit is contained in:
parent
122dd88f69
commit
b2ccf417b4
3 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
SUBDIRS=#seeking ##autoplug
|
SUBDIRS=spider #seeking ##autoplug
|
||||||
##DIST_SUBDIRS=##autoplug
|
##DIST_SUBDIRS=##autoplug
|
||||||
|
DIST_SUBDIRS=spider
|
||||||
|
|
||||||
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
SUBDIRS=#seeking ##autoplug
|
SUBDIRS=spider #seeking ##autoplug
|
||||||
##DIST_SUBDIRS=##autoplug
|
##DIST_SUBDIRS=##autoplug
|
||||||
|
DIST_SUBDIRS=spider
|
||||||
|
|
||||||
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
|
/* FIXME: add a description of what this test does */
|
||||||
static void
|
static void
|
||||||
new_object_added (GstAutoplug *autoplug, GstObject *object)
|
new_object_added (GstAutoplug *autoplug, GstObject *object)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue