diff options
Diffstat (limited to 'ext/flac/gstflacdec.h')
-rw-r--r-- | ext/flac/gstflacdec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/flac/gstflacdec.h b/ext/flac/gstflacdec.h index 100c4e0b..1b706bca 100644 --- a/ext/flac/gstflacdec.h +++ b/ext/flac/gstflacdec.h @@ -74,6 +74,7 @@ struct _GstFlacDec { * samples/audio frames (DEFAULT format) */ gboolean running; gboolean discont; + GstBuffer *pending; /* pending buffer, produced in seek */ GstEvent *close_segment; GstEvent *start_segment; GstTagList *tags; |