diff options
| author | Tommi Myöhänen <ext-tommi.myohanen@nokia.com> | 2007-07-03 09:59:46 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2007-07-03 09:59:46 +0000 |
| commit | f925b3151e9636fdea24ec67dd996845f2a86ed0 (patch) | |
| tree | e076130802fba93d1ca1dbed4e3ba710b47fe341 /ChangeLog | |
| parent | 6f765c5f1dfd90e7fca433bbac7ee14bf271674b (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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: |
