mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gdp: fixup unit tests
This commit is contained in:
parent
30b45304e4
commit
65a59c57e1
2 changed files with 0 additions and 3 deletions
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
#include <gst/check/gstcheck.h>
|
#include <gst/check/gstcheck.h>
|
||||||
#include <gst/audio/audio.h>
|
#include <gst/audio/audio.h>
|
||||||
#undef GST_CAT_DEFAULT
|
|
||||||
#include "../../gst/gdp/dataprotocol.c"
|
#include "../../gst/gdp/dataprotocol.c"
|
||||||
|
|
||||||
/* For ease of programming we use globals to keep refs for our floating
|
/* 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 */
|
/* FIXME: get streamheader, compare data with buffer */
|
||||||
gst_buffer_unref (outbuffer);
|
gst_buffer_unref (outbuffer);
|
||||||
gst_caps_unref (caps);
|
|
||||||
|
|
||||||
/* clean up */
|
/* clean up */
|
||||||
fail_unless (gst_element_set_state (gdpdepay,
|
fail_unless (gst_element_set_state (gdpdepay,
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
#include <gst/check/gstcheck.h>
|
#include <gst/check/gstcheck.h>
|
||||||
#include <gst/audio/audio.h>
|
#include <gst/audio/audio.h>
|
||||||
#undef GST_CAT_DEFAULT
|
|
||||||
#include "../../gst/gdp/dataprotocol.c"
|
#include "../../gst/gdp/dataprotocol.c"
|
||||||
|
|
||||||
/* For ease of programming we use globals to keep refs for our floating
|
/* For ease of programming we use globals to keep refs for our floating
|
||||||
|
|
Loading…
Reference in a new issue