summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-07-15 15:25:05 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-07-15 15:25:05 +0000
commit4965e7c58dd34f36c58807b039fd32a82cb24c40 (patch)
tree6cee3a26e6207801c2782999f9d1bdba50e9b11c /ChangeLog
parent8ad4273ac52e86e2810f155ed19698caa88c9fee (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <tim at centricular dot net>
+
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
+ Don't try doing state changes on a NULL pointer.
+
2006-07-14 Wim Taymans <wim@fluendo.com>
Patch by: Sebastien Cote <sebas642 at yahoo dot ca>