From f45029f506009fd1410fa727c79f8b2fb86a8cf3 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 27 Jun 2003 23:39:46 +0000 Subject: fix state change for modplug fixes #116152 Original commit message from CVS: fix state change for modplug fixes #116152 --- 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 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 { -- cgit v1.2.1