From 894206be3ddf0c7e6adb7b768a34c9262444ef3a Mon Sep 17 00:00:00 2001 From: Olivier Crete Date: Mon, 12 May 2008 18:27:24 +0000 Subject: gst/rtp/: Add DV pay and depayloaders. Fixes #532423. Original commit message from CVS: Based on patch by: Olivier Crete * gst/rtp/Makefile.am: * gst/rtp/gstrtp.c: (plugin_init): * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init), (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init), (parse_encode), (gst_rtp_dv_depay_setcaps), (calculate_difblock_location), (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state), (gst_rtp_dv_depay_plugin_init): * gst/rtp/gstrtpdvdepay.h: * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type), (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init), (gst_rtp_dv_pay_init), (gst_dv_pay_set_property), (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps), (gst_dv_pay_negotiate), (include_dif), (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init): * gst/rtp/gstrtpdvpay.h: Add DV pay and depayloaders. Fixes #532423. --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3512018d..6f53d8c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2008-05-12 Wim Taymans + + Based on patch by: Olivier Crete + + * gst/rtp/Makefile.am: + * gst/rtp/gstrtp.c: (plugin_init): + * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init), + (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init), + (parse_encode), (gst_rtp_dv_depay_setcaps), + (calculate_difblock_location), (gst_rtp_dv_depay_process), + (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state), + (gst_rtp_dv_depay_plugin_init): + * gst/rtp/gstrtpdvdepay.h: + * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type), + (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init), + (gst_rtp_dv_pay_init), (gst_dv_pay_set_property), + (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps), + (gst_dv_pay_negotiate), (include_dif), + (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init): + * gst/rtp/gstrtpdvpay.h: + Add DV pay and depayloaders. Fixes #532423. + 2008-05-12 Mark Nauwelaerts * gst/matroska/matroska-demux.c: -- cgit