diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-11-21 09:45:41 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-11-21 09:45:41 +0000 |
commit | 1b2fa58301a32618257032a6350342205446c9cb (patch) | |
tree | 03607808ddaf7de9e15eb329d54c07f7c7ae67cf /ChangeLog | |
parent | 6691ae01e2b7a491cadb609d7b09471ce21d24cb (diff) | |
download | gst-plugins-bad-1b2fa58301a32618257032a6350342205446c9cb.tar.gz gst-plugins-bad-1b2fa58301a32618257032a6350342205446c9cb.tar.bz2 gst-plugins-bad-1b2fa58301a32618257032a6350342205446c9cb.zip |
ext/faac/gstfaac.c: Don't try to flush the decoder on EOS when it was not initialized.
Original commit message from CVS:
* ext/faac/gstfaac.c: (gst_faac_sink_event):
Don't try to flush the decoder on EOS when it was not initialized.
Fixes #498667
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-11-21 Wim Taymans <wim.taymans@gmail.com> + + * ext/faac/gstfaac.c: (gst_faac_sink_event): + Don't try to flush the decoder on EOS when it was not initialized. + Fixes #498667 + 2007-11-21 Julien Moutte <julien@fluendo.com> * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build |