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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/flac/gstflacdec.h b/ext/flac/gstflacdec.h
index f4eb9ba3..00ed6ee1 100644
--- a/ext/flac/gstflacdec.h
+++ b/ext/flac/gstflacdec.h
@@ -71,6 +71,10 @@ struct _GstFlacDec {
GstSegment segment; /* the currently configured segment, in
* samples/audio frames (DEFAULT format) */
+ gboolean running;
+ gboolean discont;
+ GstEvent *close_segment;
+ GstEvent *start_segment;
GstFlowReturn last_flow; /* the last flow return received from either
* gst_pad_push or gst_pad_buffer_alloc */