summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-31 15:33:43 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-31 15:33:43 +0000
commitbb04f3f315d23158ea72b46c1c8d952672a8a50e (patch)
tree26774e6c478ef97da49b27c470a5f266289782a8
parent934c6cd9d56dfc1c57427bb06ee77567bf892ea3 (diff)
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.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3e7f064..60aff692 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+ * 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 <rbultje@ronald.bitfreak.net>
+
* gst/ffmpegcolorspace/Makefile.am:
* gst/ffmpegcolorspace/avcodec.h:
* gst/ffmpegcolorspace/common.h: