From a8ee445da6ff59bbe89b67b5133f1e3aa574bae2 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 27 Jul 2007 11:21:20 +0000 Subject: gst/rtsp/: Clean up the interface list. Original commit message from CVS: * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free), (gst_rtsp_ext_list_connect): * gst/rtsp/gstrtspext.h: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb): Clean up the interface list. Allow connecting to interface signals for the extensions. Remove old extension code. Free list on cleanup. Allow extensions to send additional RTSP messages. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 344f5277..c96f5e44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2007-07-27 Wim Taymans + + * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free), + (gst_rtsp_ext_list_connect): + * gst/rtsp/gstrtspext.h: + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), + (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb): + Clean up the interface list. + Allow connecting to interface signals for the extensions. + Remove old extension code. + Free list on cleanup. + Allow extensions to send additional RTSP messages. + 2007-07-27 Jan Schmidt * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default): -- cgit