From e3141bbb49bd281fb1511ba958000c3f1471a6a3 Mon Sep 17 00:00:00 2001 From: mersad Date: Wed, 18 Jun 2008 10:12:57 +0000 Subject: gst/rtp/: Added G726 pay/depayloaders. Fixes #538891. Original commit message from CVS: Patch by: mersad * gst/rtp/Makefile.am: * gst/rtp/gstrtp.c: (plugin_init): * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init), (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init), (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process), (gst_rtp_g726_depay_plugin_init): * gst/rtp/gstrtpg726depay.h: * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init), (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init), (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init): * gst/rtp/gstrtpg726pay.h: Added G726 pay/depayloaders. Fixes #538891. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8e11ac6f..0b63b489 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2008-06-18 Wim Taymans + + Patch by: mersad + + * gst/rtp/Makefile.am: + * gst/rtp/gstrtp.c: (plugin_init): + * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init), + (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init), + (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process), + (gst_rtp_g726_depay_plugin_init): + * gst/rtp/gstrtpg726depay.h: + * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init), + (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init), + (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init): + * gst/rtp/gstrtpg726pay.h: + Added G726 pay/depayloaders. Fixes #538891. + 2008-06-17 Wim Taymans * gst/rtsp/URLS: -- cgit