summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c956ecf3..73679b65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2007-03-29 Wim Taymans <wim@fluendo.com>
+
+ Patch by: Laurent Glayal <spglegle at yahoo dot fr>
+
+ * gst/rtp/Makefile.am:
+ * gst/rtp/gstrtp.c: (plugin_init):
+ * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
+ (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
+ (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
+ (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
+ (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
+ (gst_rtp_h264_pay_plugin_init):
+ * gst/rtp/gstrtph264pay.h:
+ Added H264 payloader. Fixes #423782.
+
+ * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
+ (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
+ Small fixes.
+
2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
* gst/wavparse/gstwavparse.c: