gdp: fixup unit tests

This commit is contained in:
Wim Taymans 2012-02-03 11:38:55 +01:00 committed by Tim-Philipp Müller
parent 30b45304e4
commit 65a59c57e1
2 changed files with 0 additions and 3 deletions

View file

@ -24,7 +24,6 @@
#include <gst/check/gstcheck.h>
#include <gst/audio/audio.h>
#undef GST_CAT_DEFAULT
#include "../../gst/gdp/dataprotocol.c"
/* For ease of programming we use globals to keep refs for our floating
@ -366,7 +365,6 @@ GST_START_TEST (test_streamheader)
/* FIXME: get streamheader, compare data with buffer */
gst_buffer_unref (outbuffer);
gst_caps_unref (caps);
/* clean up */
fail_unless (gst_element_set_state (gdpdepay,

View file

@ -24,7 +24,6 @@
#include <gst/check/gstcheck.h>
#include <gst/audio/audio.h>
#undef GST_CAT_DEFAULT
#include "../../gst/gdp/dataprotocol.c"
/* For ease of programming we use globals to keep refs for our floating