summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-11-29 11:16:47 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-11-29 11:16:47 +0000
commit1b3995f5c26cca9d65ba616f62afe8dc4c569b0f (patch)
tree89fcdb2845b40bdb3030e1dbd9373312a4cb7169
parentdc1c02d631c24098f9127a214229e77de72de5e3 (diff)
ext/a52dec/gsta52dec.c: Actually leave the loop if we failed to sync. Don't crash.
Original commit message from CVS: * ext/a52dec/gsta52dec.c: (gst_a52dec_loop): Actually leave the loop if we failed to sync. Don't crash.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 394757a9..0f88b77d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
+ Actually leave the loop if we failed to sync. Don't crash.
+
2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),