summaryrefslogtreecommitdiffstats
path: root/gst/debug/negotiation.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-08-14 13:50:43 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-08-14 13:50:43 +0000
commite949d1989bc0bde37837586e27569088010e9b2a (patch)
tree61d7bc2243b20698d5f9d0e4319c3d4607d64339 /gst/debug/negotiation.c
parentf944834a11bf9a42d24722dd35ba54179ba0ad9c (diff)
gst/debug/: Add new test element and clean-up the others a little.
Original commit message from CVS: * gst/debug/Makefile.am: * gst/debug/breakmydata.c: * gst/debug/gstdebug.c: * gst/debug/negotiation.c: * gst/debug/progressreport.c: * gst/debug/rndbuffersize.c: * gst/debug/testplugin.c: Add new test element and clean-up the others a little.
Diffstat (limited to 'gst/debug/negotiation.c')
-rw-r--r--gst/debug/negotiation.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gst/debug/negotiation.c b/gst/debug/negotiation.c
index 8206a85e..b2de7d57 100644
--- a/gst/debug/negotiation.c
+++ b/gst/debug/negotiation.c
@@ -110,14 +110,6 @@ static void gst_negotiation_chain (GstPad * pad, GstData * _data);
static GstElementClass *parent_class = NULL;
-typedef struct _GstFencedBuffer GstFencedBuffer;
-struct _GstFencedBuffer
-{
- GstBuffer buffer;
- void *region;
- unsigned int length;
-};
-
GType
gst_gst_negotiation_get_type (void)
{