summaryrefslogtreecommitdiffstats
path: root/gst/amrparse/gstamrparse.h
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-05-28 13:09:24 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-05-28 13:09:24 +0200
commit840955c22672261e9fe77d67a81e5772173cf0dc (patch)
treea299d1f0713815cc18a396571af795cc1a02031b /gst/amrparse/gstamrparse.h
parentc07be49896edd98a8560f95961d73eccfa8c7997 (diff)
downloadgst-plugins-bad-840955c22672261e9fe77d67a81e5772173cf0dc.tar.gz
gst-plugins-bad-840955c22672261e9fe77d67a81e5772173cf0dc.tar.bz2
gst-plugins-bad-840955c22672261e9fe77d67a81e5772173cf0dc.zip
amrparse: consider header size in byte <-> time conversions
Diffstat (limited to 'gst/amrparse/gstamrparse.h')
-rw-r--r--gst/amrparse/gstamrparse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/amrparse/gstamrparse.h b/gst/amrparse/gstamrparse.h
index e776f295..4cd432e2 100644
--- a/gst/amrparse/gstamrparse.h
+++ b/gst/amrparse/gstamrparse.h
@@ -61,6 +61,7 @@ struct _GstAmrParse {
GstBaseParse element;
const gint *block_size;
gboolean need_header;
+ gint header;
gboolean wide;
gboolean eos;
gboolean sync;