diff options
author | David Schleef <ds@schleef.org> | 2003-12-09 09:27:44 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-12-09 09:27:44 +0000 |
commit | dc48c15d6cba08cfbd483a32ed5bafbc713bd8ae (patch) | |
tree | a2dff914fdc56bd883c29b813690217fb85ddf85 /gst/modplug/gstmodplug.h | |
parent | 6e632b821c61ff7e757a5ab8b2c34786b7408daa (diff) | |
download | gst-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.h | 2 |
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; |