summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathan Matthew <notverysmart@gmail.com>2008-11-25 18:28:18 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-11-25 18:28:18 +0000
commitc68ea73e3fef09e8a7e9d4bd95454c418b8a91fd (patch)
treebb12aca022ca6ef70de52025de953ac1f55d5f2b /ChangeLog
parent7615d3d8d34a5439fe63eec69580cfcdeebbd8ce (diff)
downloadgst-plugins-bad-c68ea73e3fef09e8a7e9d4bd95454c418b8a91fd.tar.gz
gst-plugins-bad-c68ea73e3fef09e8a7e9d4bd95454c418b8a91fd.tar.bz2
gst-plugins-bad-c68ea73e3fef09e8a7e9d4bd95454c418b8a91fd.zip
ext/spc/gstspc.c: Post an error and push EOS when we can't start playback for some reason. also avoid a crash when fe...
Original commit message from CVS: Patch by: Jonathan Matthew <notverysmart at gmail dot com> * ext/spc/gstspc.c: (gst_spc_dec_sink_event), (spc_setup): Post an error and push EOS when we can't start playback for some reason. also avoid a crash when fed an empty file. Fixes #480543.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33032004..83559441 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: Jonathan Matthew <notverysmart at gmail dot com>
+
+ * ext/spc/gstspc.c: (gst_spc_dec_sink_event), (spc_setup):
+ Post an error and push EOS when we can't start playback for some reason.
+ also avoid a crash when fed an empty file. Fixes #480543.
+
2008-11-25 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* tests/check/elements/speexresample.c: (test_pipeline):