diff options
| author | Thijs Vermeir <thijsvermeir@gmail.com> | 2007-03-02 12:16:16 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2007-03-02 12:16:16 +0000 |
| commit | fe901ccec7afe6870c3973f0fcad82439699260b (patch) | |
| tree | 5a69ad36a4f79a85db3369b012b7dba208be50af /ChangeLog | |
| parent | 56004b0df681acafb61124b921fb14fb0ad356d8 (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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |
