From 3c1f0c5a8ef327285c85c279b9b2d0167268a3b1 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 27 Jun 2003 23:46:13 +0000 Subject: some state change fixes Original commit message from CVS: some state change fixes --- gst/modplug/gstmodplug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/modplug/gstmodplug.h') 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 { -- cgit v1.2.1