summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAntoine Tremblay <hexa00@gmail.com>2007-05-21 08:57:18 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-21 08:57:18 +0000
commit0ff05f8195d5b64bdad8c34e52462bd19510aa2c (patch)
treecea4435203643758f621eed83f85b17c8a8ba41f /ChangeLog
parentd6a28f9ea13ec99c660502717c3efca958d0caf7 (diff)
gst/rtp/gstrtph263ppay.*: Add new fragmentation mode base on GOB headers. Fixes #438940.
Original commit message from CVS: Patch by: Antoine Tremblay <hexa00 at gmail dot com> * 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d8a5b0e..10ac54d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-05-21 Wim Taymans <wim@fluendo.com>
+
+ Patch by: Antoine Tremblay <hexa00 at gmail dot com>
+
+ * 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 <tim at centricular dot net>
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):