diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-06-27 23:46:13 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-06-27 23:46:13 +0000 |
commit | 3c1f0c5a8ef327285c85c279b9b2d0167268a3b1 (patch) | |
tree | 1aeb68ae5a973fa224a8cbed569fc424e5cc33be /gst/modplug/gstmodplug.h | |
parent | 0edcf0eccb9a62c46cad6a23dd3e25aabc5ecfcd (diff) | |
download | gst-plugins-bad-3c1f0c5a8ef327285c85c279b9b2d0167268a3b1.tar.gz gst-plugins-bad-3c1f0c5a8ef327285c85c279b9b2d0167268a3b1.tar.bz2 gst-plugins-bad-3c1f0c5a8ef327285c85c279b9b2d0167268a3b1.zip |
some state change fixes
Original commit message from CVS:
some state change fixes
Diffstat (limited to 'gst/modplug/gstmodplug.h')
-rw-r--r-- | gst/modplug/gstmodplug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/modplug/gstmodplug.h b/gst/modplug/gstmodplug.h index 0e8356c8..97d6d00e 100644 --- a/gst/modplug/gstmodplug.h +++ b/gst/modplug/gstmodplug.h @@ -78,6 +78,7 @@ struct _GstModPlug { guint64 song_size; CSoundFile *mSoundFile; + gboolean opened; /* set to TRUE when mSoundFile is created */ }; struct _GstModPlugClass { |