[gst-cvs] gst-plugins-bad: tests: Add neonhttpsrc to the list of elements ignored for state-change

Edward Hervey bilboed at kemper.freedesktop.org
Tue Jan 12 08:05:12 PST 2010


Module: gst-plugins-bad
Branch: master
Commit: c41fbca13c69a7f5ed4bb7a6ca330b203ee177dc
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=c41fbca13c69a7f5ed4bb7a6ca330b203ee177dc

Author: Edward Hervey <bilboed at bilboed.com>
Date:   Tue Jan 12 17:05:13 2010 +0100

tests: Add neonhttpsrc to the list of elements ignored for state-change

Setting neonhttpsrc to PAUSED/PLAYING requires a running http server on
localhost.

---

 tests/check/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index ae580c5..900bbc0 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -13,7 +13,7 @@ TESTS_ENVIRONMENT = \
         $(REGISTRY_ENVIRONMENT)                                 \
         GST_PLUGIN_SYSTEM_PATH=					\
         GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(top_builddir)/../gst-ffmpeg/ext/ffmpeg:$(top_builddir)/../gst-plugins-good/gst:$(top_builddir)/../gst-plugins-good/sys:$(top_builddir)/../gst-plugins-good/ext:$(top_builddir)/../gst-plugins-ugly/gst:$(top_builddir)/../gst-plugins-ugly/sys:$(top_builddir)/../gst-plugins-ugly/ext:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \
-        STATE_IGNORE_ELEMENTS="alsaspdifsink apexsink camerabin cdaudio dc1394src dccpclientsrc dccpclientsink dccpserversrc dccpserversink dvbsrc dvbbasebin dfbvideosink festival nassink rsndvdbin sdlaudiosink sdlvideosink vcdsrc rfbsrc vdpauyuvvideo vdpauvideoyuv vdpaumpegdec"
+        STATE_IGNORE_ELEMENTS="alsaspdifsink apexsink camerabin cdaudio dc1394src dccpclientsrc dccpclientsink dccpserversrc dccpserversink dvbsrc dvbbasebin dfbvideosink festival nassink rsndvdbin sdlaudiosink sdlvideosink vcdsrc rfbsrc vdpauyuvvideo vdpauvideoyuv vdpaumpegdec neonhttpsrc"
 
 plugindir = $(libdir)/gstreamer- at GST_MAJORMINOR@
 





More information about the Gstreamer-commits mailing list