From bd4b1f680c78da051459cf93efe4777e9f716a48 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 18 Feb 2007 13:24:26 +0000 Subject: gst/rtp/: Added simple mpeg transport stream payloader. Original commit message from CVS: * gst/rtp/Makefile.am: * gst/rtp/gstrtp.c: (plugin_init): * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init), (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer), (gst_rtp_mp2t_pay_plugin_init): * gst/rtp/gstrtpmp2tpay.h: Added simple mpeg transport stream payloader. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 821a331f..65c1fe5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-02-18 Wim Taymans + + * gst/rtp/Makefile.am: + * gst/rtp/gstrtp.c: (plugin_init): + * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init), + (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init), + (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer), + (gst_rtp_mp2t_pay_plugin_init): + * gst/rtp/gstrtpmp2tpay.h: + Added simple mpeg transport stream payloader. + 2007-02-16 Wim Taymans * gst/rtsp/URLS: -- cgit