From 7409ccce5c6205532ef7ff735d2e0b7dcefc35e5 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Sun, 19 Jan 2003 21:20:40 +0000 Subject: 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 --- gst/modplug/gstmodplug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/modplug/gstmodplug.h') 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 +#include #include "modplug_types.h" @@ -49,6 +50,7 @@ struct _GstModPlug { guint8 *buffer_in; GstCaps *metadata; GstCaps *streaminfo; + GstByteStream *bs; const gchar *songname; gboolean reverb; -- cgit v1.2.1