From bb04f3f315d23158ea72b46c1c8d952672a8a50e Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 31 Oct 2004 15:33:43 +0000 Subject: [PATCH] ext/ogg/gstoggdemux.c: Hack to prevent crash when going to READY inside signal handler while this function is active. Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push): Hack to prevent crash when going to READY inside signal handler while this function is active. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index e3e7f064a4..60aff692eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-10-31 Ronald S. Bultje + + * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push): + Hack to prevent crash when going to READY inside signal handler + while this function is active. + 2004-10-31 Ronald S. Bultje * gst/ffmpegcolorspace/Makefile.am: