summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJordi Jaen Pallares <jordijp@gmail.com>2007-11-15 18:19:19 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-11-15 18:19:19 +0000
commitccf7a43e6fd6c2a933df3ef1e84fed5f0fe2cb33 (patch)
tree2eafa1708e855185eb094a0a26c8f024d59f41a8 /ChangeLog
parent2a5f7c6acd7c1def613a2f9872d5558a3c31e4be (diff)
gst/rtp/gstrtpmp2tpay.*: Fill the MTU with as many packets as possible. Fixes #491323.
Original commit message from CVS: Patch by: Jordi Jaen Pallares <jordijp at gmail dot com> * 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 705bb077..c28320b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2007-11-15 Wim Taymans <wim.taymans@gmail.com>
+ Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
+
+ * 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 <wim.taymans@gmail.com>
+
Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):