From 38eac47ec90296a1f3f3a09ec15633b20b672616 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 29 Oct 2008 18:28:25 +0000 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c3fce95c..90e651f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-10-29 Wim Taymans + + * 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 * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index): -- cgit