diff options
Diffstat (limited to 'ext/vorbis/gstvorbisdec.h')
-rw-r--r-- | ext/vorbis/gstvorbisdec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/vorbis/gstvorbisdec.h b/ext/vorbis/gstvorbisdec.h index 78d275fda..917d9046c 100644 --- a/ext/vorbis/gstvorbisdec.h +++ b/ext/vorbis/gstvorbisdec.h @@ -65,6 +65,8 @@ struct _GstVorbisDec { GstAudioInfo info; CopySampleFunc copy_samples; + + GList *pending_headers; }; struct _GstVorbisDecClass { |