From 0ff05f8195d5b64bdad8c34e52462bd19510aa2c Mon Sep 17 00:00:00 2001 From: Antoine Tremblay Date: Mon, 21 May 2007 08:57:18 +0000 Subject: gst/rtp/gstrtph263ppay.*: Add new fragmentation mode base on GOB headers. Fixes #438940. Original commit message from CVS: Patch by: Antoine Tremblay * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type), (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init), (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property), (gst_rtp_h263p_pay_flush): * gst/rtp/gstrtph263ppay.h: Add new fragmentation mode base on GOB headers. Fixes #438940. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7d8a5b0e..10ac54d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-05-21 Wim Taymans + + Patch by: Antoine Tremblay + + * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type), + (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init), + (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property), + (gst_rtp_h263p_pay_flush): + * gst/rtp/gstrtph263ppay.h: + Add new fragmentation mode base on GOB headers. Fixes #438940. + 2007-05-20 Tim-Philipp Müller * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp): -- cgit