From b5480d37f2398a8ef0f1c59b179e7cf396821b58 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 2 May 2005 14:02:08 +0000 Subject: gst/playback/gstplaybasebin.c: Doh, silly. Always remove pointer to deleted objects before emitting signals that may ... Original commit message from CVS: * gst/playback/gstplaybasebin.c: (probe_triggered): Doh, silly. Always remove pointer to deleted objects before emitting signals that may access this pointer. Should fix the segfaults in Totem on chain-switches. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 92be1115..2c4800ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-05-02 Ronald S. Bultje + + * gst/playback/gstplaybasebin.c: (probe_triggered): + Doh, silly. Always remove pointer to deleted objects before + emitting signals that may access this pointer. Should fix + the segfaults in Totem on chain-switches. + 2005-05-02 Ronald S. Bultje * ext/pango/gsttextoverlay.c: (gst_textoverlay_event), -- cgit v1.2.1