diff options
Diffstat (limited to 'ext/wavpack/gstwavpackparse.h')
-rw-r--r-- | ext/wavpack/gstwavpackparse.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/wavpack/gstwavpackparse.h b/ext/wavpack/gstwavpackparse.h index 9e6c334d..37321d83 100644 --- a/ext/wavpack/gstwavpackparse.h +++ b/ext/wavpack/gstwavpackparse.h @@ -72,6 +72,9 @@ struct _GstWavpackParse * gaps (ie. append only and consecutive entries must always * map to consecutive chunks in the file). */ GArray *entries; + + /* Queued events (e.g. tag events we receive before we create the src pad) */ + GList *queued_events; /* STREAM_LOCK */ }; struct _GstWavpackParseClass |