summaryrefslogtreecommitdiffstats
path: root/gst/modplug/gstmodplug.h
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2003-01-19 21:20:40 +0000
committerChristian Schaller <uraeus@gnome.org>2003-01-19 21:20:40 +0000
commit7409ccce5c6205532ef7ff735d2e0b7dcefc35e5 (patch)
treed57275459655757857941e0449999dc94df4b72d /gst/modplug/gstmodplug.h
parentc02a5f42faf09236a008fe9fcc44418a2dc094ad (diff)
downloadgst-plugins-bad-7409ccce5c6205532ef7ff735d2e0b7dcefc35e5.tar.gz
gst-plugins-bad-7409ccce5c6205532ef7ff735d2e0b7dcefc35e5.tar.bz2
gst-plugins-bad-7409ccce5c6205532ef7ff735d2e0b7dcefc35e5.zip
apply apoc's patch, it makes mod play and be seekable in gst-player, but gst-player hangs on EOF with mod
Original commit message from CVS: apply apoc's patch, it makes mod play and be seekable in gst-player, but gst-player hangs on EOF with mod
Diffstat (limited to 'gst/modplug/gstmodplug.h')
-rw-r--r--gst/modplug/gstmodplug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/modplug/gstmodplug.h b/gst/modplug/gstmodplug.h
index 5349e6b3..901670c8 100644
--- a/gst/modplug/gstmodplug.h
+++ b/gst/modplug/gstmodplug.h
@@ -28,6 +28,7 @@ extern "C" {
#endif /* __cplusplus */
#include <gst/gst.h>
+#include <gst/bytestream/bytestream.h>
#include "modplug_types.h"
@@ -49,6 +50,7 @@ struct _GstModPlug {
guint8 *buffer_in;
GstCaps *metadata;
GstCaps *streaminfo;
+ GstByteStream *bs;
const gchar *songname;
gboolean reverb;