diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-10-29 18:28:25 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-10-29 18:28:25 +0000 |
commit | 38eac47ec90296a1f3f3a09ec15633b20b672616 (patch) | |
tree | 7b3662449e479ac9e2bd25566ed4915960df0e13 /ChangeLog | |
parent | b29385bd76388904ba203360e1533c903a369ab4 (diff) |
gst/rtp/gstrtpL16pay.c: Only put an integral amount of samples in the RTP packet.
Original commit message from CVS:
* gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
(gst_rtp_L16_pay_getcaps):
Only put an integral amount of samples in the RTP packet.
Fixes #556641.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-10-29 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush), + (gst_rtp_L16_pay_getcaps): + Only put an integral amount of samples in the RTP packet. + Fixes #556641. + 2008-10-28 Wim Taymans <wim.taymans@collabora.co.uk> * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index): |