summaryrefslogtreecommitdiffstats
path: root/ext/amrwb/gstamrwbenc.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-10-09 10:01:37 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-10-09 10:01:37 +0000
commitf92e6bd51571e5f4b9c3bb1b117db1d3f29d8feb (patch)
treeb0d386a8e7ab78da8d4c53bcee704f47e9d2c17c /ext/amrwb/gstamrwbenc.h
parentef8649e92e897abd7d40b1da92939309e2b47245 (diff)
downloadgst-plugins-bad-f92e6bd51571e5f4b9c3bb1b117db1d3f29d8feb.tar.gz
gst-plugins-bad-f92e6bd51571e5f4b9c3bb1b117db1d3f29d8feb.tar.bz2
gst-plugins-bad-f92e6bd51571e5f4b9c3bb1b117db1d3f29d8feb.zip
ext/amrwb/gstamrwbenc.*: Pass the discont flag from the input buffer on to the output buffer in the AMR encoder.
Original commit message from CVS: * ext/amrwb/gstamrwbenc.c: * ext/amrwb/gstamrwbenc.h: Pass the discont flag from the input buffer on to the output buffer in the AMR encoder.
Diffstat (limited to 'ext/amrwb/gstamrwbenc.h')
-rw-r--r--ext/amrwb/gstamrwbenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/amrwb/gstamrwbenc.h b/ext/amrwb/gstamrwbenc.h
index 1f3fa2d0..034a5bed 100644
--- a/ext/amrwb/gstamrwbenc.h
+++ b/ext/amrwb/gstamrwbenc.h
@@ -47,6 +47,7 @@ struct _GstAmrwbEnc {
/* pads */
GstPad *sinkpad, *srcpad;
guint64 ts;
+ gboolean discont;
GstAdapter *adapter;