summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThijs Vermeir <thijsvermeir@gmail.com>2007-03-02 12:16:16 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-03-02 12:16:16 +0000
commitfe901ccec7afe6870c3973f0fcad82439699260b (patch)
tree5a69ad36a4f79a85db3369b012b7dba208be50af /ChangeLog
parent56004b0df681acafb61124b921fb14fb0ad356d8 (diff)
gst/rtp/gstrtpmp2tdepay.*: Add support to strip off proprietary headers. Fixes #350278.
Original commit message from CVS: Patch by: Thijs Vermeir <thijsvermeir at gmail dot com> * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process), (gst_rtp_mp2t_depay_set_property), (gst_rtp_mp2t_depay_get_property): * gst/rtp/gstrtpmp2tdepay.h: Add support to strip off proprietary headers. Fixes #350278.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57841f59..f01a82bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2007-03-02 Wim Taymans <wim@fluendo.com>
+ Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
+
+ * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
+ (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
+ (gst_rtp_mp2t_depay_set_property),
+ (gst_rtp_mp2t_depay_get_property):
+ * gst/rtp/gstrtpmp2tdepay.h:
+ Add support to strip off proprietary headers. Fixes #350278.
+
+2007-03-02 Wim Taymans <wim@fluendo.com>
+
* ext/hal/hal.c:
Fix compilation.