From 916589570c3fcbc8c87e88deceffa6cdb53b4b8b Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 7 Aug 2008 16:13:41 +0000 Subject: ext/flac/gstflacenc.c: If seeking failed return the appropiate return value to FLAC. Original commit message from CVS: * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback): If seeking failed return the appropiate return value to FLAC. Otherwise it thinks seeking was successfull and tries to rewrite parts of the headers which then get appended to the output. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f49fed4b..0faf96dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-08-07 Sebastian Dröge + + * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback): + If seeking failed return the appropiate return value to FLAC. + Otherwise it thinks seeking was successfull and tries to rewrite + parts of the headers which then get appended to the output. + 2008-08-07 Tim-Philipp Müller Patch by: Frederic Crozat -- cgit