From ccf7a43e6fd6c2a933df3ef1e84fed5f0fe2cb33 Mon Sep 17 00:00:00 2001 From: Jordi Jaen Pallares Date: Thu, 15 Nov 2007 18:19:19 +0000 Subject: gst/rtp/gstrtpmp2tpay.*: Fill the MTU with as many packets as possible. Fixes #491323. Original commit message from CVS: Patch by: Jordi Jaen Pallares * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize), (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer): * gst/rtp/gstrtpmp2tpay.h: Fill the MTU with as many packets as possible. Fixes #491323. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 705bb077..c28320b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-11-15 Wim Taymans + + Patch by: Jordi Jaen Pallares + + * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init), + (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize), + (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer): + * gst/rtp/gstrtpmp2tpay.h: + Fill the MTU with as many packets as possible. Fixes #491323. + 2007-11-15 Wim Taymans Patch by: Tommi Myöhänen -- cgit