diff options
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; |