tests: enable valve unit test
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 30 Dec 2010 00:26:43 +0000 (00:26 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 31 Dec 2010 00:51:12 +0000 (00:51 +0000)
tests/check/Makefile.am
tests/check/elements/.gitignore
tests/check/elements/valve.c

index 31db03d..765c41a 100644 (file)
@@ -80,6 +80,7 @@ REGISTRY_CHECKS =                             \
        elements/multiqueue                     \
        elements/tee                            \
        elements/queue                          \
+       elements/valve                          \
        libs/basesrc                            \
        libs/basesink                           \
        libs/controller                         \
index 8b6d06c..96a54da 100644 (file)
@@ -9,4 +9,5 @@ identity
 multiqueue
 queue
 tee
+valve
 *.check.xml
index d7971bd..8823b04 100644 (file)
@@ -23,7 +23,6 @@
  */
 
 #include <gst/check/gstcheck.h>
-#include <gst/rtp/gstrtpbuffer.h>
 #include <gst/gst.h>