diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2003-01-12 21:23:49 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2003-01-12 21:23:49 +0000 |
commit | 52838dd8aa49b7b1caf2828285a98b20c1840126 (patch) | |
tree | 8ccc328318e42fc6092f2a4d137b1271c84842fa /gst/modplug/gstmodplug.h | |
parent | 8f7f77e5e6f5b84c353a911ca70dfe26b598e69a (diff) | |
download | gst-plugins-bad-52838dd8aa49b7b1caf2828285a98b20c1840126.tar.gz gst-plugins-bad-52838dd8aa49b7b1caf2828285a98b20c1840126.tar.bz2 gst-plugins-bad-52838dd8aa49b7b1caf2828285a98b20c1840126.zip |
somewhat fix modplug
Original commit message from CVS:
somewhat fix modplug
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 382fe49d..5349e6b3 100644 --- a/gst/modplug/gstmodplug.h +++ b/gst/modplug/gstmodplug.h @@ -28,7 +28,6 @@ extern "C" { #endif /* __cplusplus */ #include <gst/gst.h> -/*#include <gst/bytestream/bytestream.h>*/ #include "modplug_types.h" @@ -48,7 +47,6 @@ struct _GstModPlug { GstElement element; GstPad *sinkpad, *srcpad; guint8 *buffer_in; - /*GstByteStream *bs;*/ GstCaps *metadata; GstCaps *streaminfo; |