summaryrefslogtreecommitdiffstats
path: root/ext/faac/gstfaac.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/faac/gstfaac.h')
-rw-r--r--ext/faac/gstfaac.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/faac/gstfaac.h b/ext/faac/gstfaac.h
index d69d4d4c..88a3e34b 100644
--- a/ext/faac/gstfaac.h
+++ b/ext/faac/gstfaac.h
@@ -62,6 +62,9 @@ typedef struct _GstFaac {
/* cache of the input */
GstBuffer *cache;
guint64 cache_time, cache_duration;
+
+ /* Expected timestamp of the next buffer to output */
+ GstClockTime next_ts;
} GstFaac;
typedef struct _GstFaacClass {