summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTommi Myöhänen <ext-tommi.myohanen@nokia.com>2007-07-03 09:59:46 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-07-03 09:59:46 +0000
commitf925b3151e9636fdea24ec67dd996845f2a86ed0 (patch)
treee076130802fba93d1ca1dbed4e3ba710b47fe341 /ChangeLog
parent6f765c5f1dfd90e7fca433bbac7ee14bf271674b (diff)
gst/rtp/gstrtpilbcpay.c: Set the encoding-name in the rtp caps to all uppercase, as required by the caps spec.
Original commit message from CVS: Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com> * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps): Set the encoding-name in the rtp caps to all uppercase, as required by the caps spec. Some small cleanups in the error paths. Fixes #453037.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cf89dc1..bcb52cd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-07-03 Wim Taymans,,, <set EMAIL_ADDRESS environment variable>
+
+ Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
+
+ * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
+ Set the encoding-name in the rtp caps to all uppercase, as required by
+ the caps spec.
+ Some small cleanups in the error paths. Fixes #453037.
+
2007-06-28 Sebastian Dröge <slomo@circular-chaos.org>
* ext/wavpack/gstwavpackparse.c: