summaryrefslogtreecommitdiffstats
path: root/gst/modplug/gstmodplug.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-06-27 23:39:46 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-06-27 23:39:46 +0000
commitf45029f506009fd1410fa727c79f8b2fb86a8cf3 (patch)
tree79114e61fe42bbfeb7338aa633d4e1a40ee09a44 /gst/modplug/gstmodplug.h
parent8cc455262e9f64c6099451d08576f151c9558e9e (diff)
downloadgst-plugins-bad-f45029f506009fd1410fa727c79f8b2fb86a8cf3.tar.gz
gst-plugins-bad-f45029f506009fd1410fa727c79f8b2fb86a8cf3.tar.bz2
gst-plugins-bad-f45029f506009fd1410fa727c79f8b2fb86a8cf3.zip
fix state change for modplug fixes #116152
Original commit message from CVS: fix state change for modplug fixes #116152
Diffstat (limited to 'gst/modplug/gstmodplug.h')
-rw-r--r--gst/modplug/gstmodplug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/modplug/gstmodplug.h b/gst/modplug/gstmodplug.h
index 901670c8..2ba837b3 100644
--- a/gst/modplug/gstmodplug.h
+++ b/gst/modplug/gstmodplug.h
@@ -80,6 +80,7 @@ struct _GstModPlug {
guint64 bytes_read;
CSoundFile *mSoundFile;
+ gboolean opened; /* set to TRUE when mSoundFile is created */
};
struct _GstModPlugClass {