summaryrefslogtreecommitdiffstats
path: root/ext/faac/gstfaac.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-03-14 13:37:24 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-03-14 13:37:24 +0000
commitb50ae0e4dc6e851b1710614b1d215170ade3dfbe (patch)
tree6b199a98c012d4c6c1ef7faa6e7230717cbba338 /ext/faac/gstfaac.h
parent78b49dffbbac6f609331193139f7e1fa2fadc228 (diff)
downloadgst-plugins-bad-b50ae0e4dc6e851b1710614b1d215170ade3dfbe.tar.gz
gst-plugins-bad-b50ae0e4dc6e851b1710614b1d215170ade3dfbe.tar.bz2
gst-plugins-bad-b50ae0e4dc6e851b1710614b1d215170ade3dfbe.zip
ext/faac/gstfaac.*: Change timestamp generation to lineair since that works at least somewhat (although, arguably, it...
Original commit message from CVS: * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_srcconnect), (gst_faac_chain), (gst_faac_change_state): * ext/faac/gstfaac.h: Change timestamp generation to lineair since that works at least somewhat (although, arguably, it is incorrect). Disable all but 16-bit integer input since all the other are untested and lead to unpredicteable results inside libfaac.
Diffstat (limited to 'ext/faac/gstfaac.h')
-rw-r--r--ext/faac/gstfaac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/faac/gstfaac.h b/ext/faac/gstfaac.h
index b45f849e..17f3f9e2 100644
--- a/ext/faac/gstfaac.h
+++ b/ext/faac/gstfaac.h
@@ -61,7 +61,7 @@ typedef struct _GstFaac {
/* cache of the input */
GstBuffer *cache;
- guint64 cache_time, cache_duration;
+ guint64 out_time;
} GstFaac;
typedef struct _GstFaacClass {