summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Charles <dcharles@ti.com>2007-09-16 07:28:18 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-09-16 07:28:18 +0000
commit51990d65dc103c9355bb83ef4bc75f7e1eae0ac4 (patch)
tree2456196d7c57202794139102026a86ef20028157 /ChangeLog
parent6494828ef2e9aefb41822cf476afe4b306ceb42a (diff)
downloadgst-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32750b80..ed35fe72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):