From afd156ad0c89104040306ee4135d4ccd2190f3f7 Mon Sep 17 00:00:00 2001 From: Lutz Mueller Date: Mon, 18 Sep 2006 10:42:52 +0000 Subject: gst/rtsp/gstrtspsrc.*: Use boilerplate. Original commit message from CVS: Based on patch by: Lutz Mueller * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init), (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play), (gst_rtspsrc_change_state): * gst/rtsp/gstrtspsrc.h: Use boilerplate. Make rtspsrc subclass GstBin to make state changes easier. Add Range header field on the PLAY request. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c76ee83d..95c32d2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2006-09-18 Wim Taymans + + Based on patch by: Lutz Mueller + + * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init), + (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp), + (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play), + (gst_rtspsrc_change_state): + * gst/rtsp/gstrtspsrc.h: + Use boilerplate. + Make rtspsrc subclass GstBin to make state changes easier. + Add Range header field on the PLAY request. + 2006-09-18 Wim Taymans Based on patch by: Thijs Vermeir -- cgit