diff options
| author | Olivier Crete <tester@tester.ca> | 2008-11-11 17:29:03 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2008-11-11 17:29:03 +0000 |
| commit | 774f238b96ab88540515ed9d88dc826ee7b558ca (patch) | |
| tree | d73c1a3d92856704e1a9ee6b2052b49887b9fd15 /ChangeLog | |
| parent | 21edbcc56697dc25ceea65ca8a101292823052f1 (diff) | |
gst/rtp/gstrtpg729pay.*: Replace G729 payloader with an improved version. Fixes #532409.
Original commit message from CVS:
Patch by: Olivier Crete <tester at tester dot ca>
* gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
(gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
(gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
* gst/rtp/gstrtpg729pay.h:
Replace G729 payloader with an improved version. Fixes #532409.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk> + Patch by: Olivier Crete <tester at tester dot ca> + + * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init), + (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init), + (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer): + * gst/rtp/gstrtpg729pay.h: + Replace G729 payloader with an improved version. Fixes #532409. + +2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string), (gst_rtspsrc_change_state): Only send one transport at a time for improved compatibility with some |
