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