summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/flac/gstflacdec.h')
-rw-r--r--ext/flac/gstflacdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flac/gstflacdec.h b/ext/flac/gstflacdec.h
index 00ed6ee1..b68986d2 100644
--- a/ext/flac/gstflacdec.h
+++ b/ext/flac/gstflacdec.h
@@ -61,7 +61,6 @@ struct _GstFlacDec {
GstPad *srcpad;
gboolean init;
- gboolean need_newsegment;
guint64 offset; /* current byte offset of input */
@@ -75,6 +74,7 @@ struct _GstFlacDec {
gboolean discont;
GstEvent *close_segment;
GstEvent *start_segment;
+ GstTagList *tags;
GstFlowReturn last_flow; /* the last flow return received from either
* gst_pad_push or gst_pad_buffer_alloc */