From 4965e7c58dd34f36c58807b039fd32a82cb24c40 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sat, 15 Jul 2006 15:25:05 +0000 Subject: gst/rtsp/gstrtspsrc.c: Don't try doing state changes on a NULL pointer. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state): Don't try doing state changes on a NULL pointer. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 260a1e7e..05c74af4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-15 Tim-Philipp Müller + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state): + Don't try doing state changes on a NULL pointer. + 2006-07-14 Wim Taymans Patch by: Sebastien Cote -- cgit