summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacdec.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas (at) apestaart (dot) org>2009-04-01 01:15:31 +0200
committerThomas Vander Stichele <thomas@davedina.amantes>2009-04-04 15:14:32 +0200
commit8009fcf547b7caebe407fe272293c733d488ccb4 (patch)
tree08afeb70eef9ff55c356743514aa9dbfa4e0efaa /ext/flac/gstflacdec.h
parent5f802dad4eedd54f108aad4eb245467d6ab27024 (diff)
add pending_samples so that we only update segment's last stop after really sending the samples
Diffstat (limited to 'ext/flac/gstflacdec.h')
-rw-r--r--ext/flac/gstflacdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/flac/gstflacdec.h b/ext/flac/gstflacdec.h
index a3be8fe6..a9daf3e9 100644
--- a/ext/flac/gstflacdec.h
+++ b/ext/flac/gstflacdec.h
@@ -69,6 +69,7 @@ struct _GstFlacDec {
gboolean running;
gboolean discont;
GstBuffer *pending; /* pending buffer, produced in seek */
+ guint pending_samples;
GstEvent *close_segment;
GstEvent *start_segment;
GstTagList *tags;