diff options
author | Daniel Charles <dcharles@ti.com> | 2007-09-16 07:28:18 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-09-16 07:28:18 +0000 |
commit | 51990d65dc103c9355bb83ef4bc75f7e1eae0ac4 (patch) | |
tree | 2456196d7c57202794139102026a86ef20028157 /ext/amrwb/gstamrwbenc.h | |
parent | 6494828ef2e9aefb41822cf476afe4b306ceb42a (diff) | |
download | gst-plugins-bad-51990d65dc103c9355bb83ef4bc75f7e1eae0ac4.tar.gz gst-plugins-bad-51990d65dc103c9355bb83ef4bc75f7e1eae0ac4.tar.bz2 gst-plugins-bad-51990d65dc103c9355bb83ef4bc75f7e1eae0ac4.zip |
ext/amrwb/gstamrwbenc.*: Add property to control bandmode. Fixes #477306.
Original commit message from CVS:
Patch by: Daniel Charles <dcharles at ti dot com>
* ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
(gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
(gst_amrwbenc_class_init), (gst_amrwbenc_chain):
* ext/amrwb/gstamrwbenc.h:
Add property to control bandmode. Fixes #477306.
Diffstat (limited to 'ext/amrwb/gstamrwbenc.h')
-rw-r--r-- | ext/amrwb/gstamrwbenc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/amrwb/gstamrwbenc.h b/ext/amrwb/gstamrwbenc.h index 2c872de2..1f3fa2d0 100644 --- a/ext/amrwb/gstamrwbenc.h +++ b/ext/amrwb/gstamrwbenc.h @@ -25,7 +25,6 @@ #include <amrwb/enc_if.h> #include <amrwb/typedef.h> - G_BEGIN_DECLS #define GST_TYPE_AMRWBENC \ @@ -55,6 +54,7 @@ struct _GstAmrwbEnc { void *handle; /* input settings */ + gint bandmode; gint channels, rate; }; |