summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacdec.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-12-18 17:40:34 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-12-18 17:40:34 +0000
commit5cf1668a8f450784e421782544f6f62b61b3e08c (patch)
treedc9ec6b730ecc0983921d4d2bd2ac619f3ce659b /ext/flac/gstflacdec.h
parent49e1ff89315898e1000c6fa882b7d6f7659656ec (diff)
ext/flac/gstflacdec.*: Remove some unused vars.
Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders), (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback), (gst_flac_dec_write): * ext/flac/gstflacdec.h: Remove some unused vars. Do more cleanup of leftover events and tags. Output tags after the segment event. Fixes #504018.
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 */