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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-09-16 Wim Taymans <wim.taymans@gmail.com> + + 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. + 2007-09-15 Wim Taymans <wim.taymans@gmail.com> * gst/rtpmanager/gstrtpbin.c: (create_session): |