summaryrefslogtreecommitdiffstats
path: root/gst/wavparse/gstwavparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/wavparse/gstwavparse.h')
-rw-r--r--gst/wavparse/gstwavparse.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gst/wavparse/gstwavparse.h b/gst/wavparse/gstwavparse.h
index a0b27176..2d140619 100644
--- a/gst/wavparse/gstwavparse.h
+++ b/gst/wavparse/gstwavparse.h
@@ -1,6 +1,5 @@
/* GStreamer
* Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
- * Copyright (C) <2006> Nokia Corporation, Stefan Kost <stefan.kost@nokia.com>.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -26,7 +25,6 @@
#include <gst/gst.h>
#include "gst/riff/riff-ids.h"
#include "gst/riff/riff-read.h"
-#include <gst/base/gstadapter.h>
G_BEGIN_DECLS
@@ -95,17 +93,9 @@ struct _GstWavParse {
/* pending seek */
GstEvent *seek_event;
- /* For streaming */
- GstAdapter *adapter;
- gboolean got_fmt;
- gboolean streaming;
-
/* configured segment, start/stop expressed in time */
GstSegment segment;
gboolean segment_running;
-
- /* for late pad configuration */
- gboolean first;
};
struct _GstWavParseClass {