diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-02-09 14:14:07 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-02-09 14:14:07 +0000 |
commit | 509035fcdb2bc6237bf906aa5fb030dbf33852ba (patch) | |
tree | dc888b640f9716816074ff91bb729c825467de89 /ChangeLog | |
parent | 7e6d4b3eb90e25ffc4db979cefd17a0634416d44 (diff) |
gst/rtp/gstrtpamrdepay.c: Added more meaningfull warnings when something goes wrong.
Original commit message from CVS:
* gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
Added more meaningfull warnings when something goes wrong.
Clear F bit on outgoing AMR packets.
* gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
(gst_rtp_amr_pay_handle_buffer):
Added debugging category
Support payloading of multiple AMR frames.
* gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
Added some debugging.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2006-02-09 Wim Taymans <wim@fluendo.com> + + * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain): + Added more meaningfull warnings when something goes wrong. + Clear F bit on outgoing AMR packets. + + * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init), + (gst_rtp_amr_pay_handle_buffer): + Added debugging category + Support payloading of multiple AMR frames. + + * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data): + Added some debugging. + 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: |