From 4aac63130ad939751a44f827d11f8d0ed79e53ac Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 22 Sep 2005 11:28:23 +0000 Subject: gst/rtp/gstrtpmp4venc.c: Don't fragment packets with multiple frames. Original commit message from CVS: * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property): Don't fragment packets with multiple frames. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 704ddb19..f43cc337 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-09-22 Wim Taymans + + * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init), + (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer), + (gst_rtpmp4venc_set_property): + Don't fragment packets with multiple frames. + 2005-09-22 Wim Taymans * gst/rtp/TODO: -- cgit