diff options
author | Jonathan Matthew <notverysmart@gmail.com> | 2008-11-25 18:28:18 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-11-25 18:28:18 +0000 |
commit | c68ea73e3fef09e8a7e9d4bd95454c418b8a91fd (patch) | |
tree | bb12aca022ca6ef70de52025de953ac1f55d5f2b /ChangeLog | |
parent | 7615d3d8d34a5439fe63eec69580cfcdeebbd8ce (diff) | |
download | gst-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |