summaryrefslogtreecommitdiffstats
path: root/gst/modplug/gstmodplug.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-12-09 09:27:44 +0000
committerDavid Schleef <ds@schleef.org>2003-12-09 09:27:44 +0000
commitdc48c15d6cba08cfbd483a32ed5bafbc713bd8ae (patch)
treea2dff914fdc56bd883c29b813690217fb85ddf85 /gst/modplug/gstmodplug.h
parent6e632b821c61ff7e757a5ab8b2c34786b7408daa (diff)
downloadgst-plugins-bad-dc48c15d6cba08cfbd483a32ed5bafbc713bd8ae.tar.gz
gst-plugins-bad-dc48c15d6cba08cfbd483a32ed5bafbc713bd8ae.tar.bz2
gst-plugins-bad-dc48c15d6cba08cfbd483a32ed5bafbc713bd8ae.zip
Convert to new caps
Original commit message from CVS: Convert to new caps
Diffstat (limited to 'gst/modplug/gstmodplug.h')
-rw-r--r--gst/modplug/gstmodplug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/modplug/gstmodplug.h b/gst/modplug/gstmodplug.h
index d6202e69..95a71443 100644
--- a/gst/modplug/gstmodplug.h
+++ b/gst/modplug/gstmodplug.h
@@ -44,8 +44,6 @@ struct _GstModPlug {
GstElement element;
GstPad *sinkpad, *srcpad;
guint8 *buffer_in;
- GstCaps *metadata;
- GstCaps *streaminfo;
GstByteStream *bs;
const gchar *songname;