[beast/devel: 12/28] FLAC: fixed small bug in compressed flac storage code
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast/devel: 12/28] FLAC: fixed small bug in compressed flac storage code
- Date: Sat, 4 May 2013 03:53:14 +0000 (UTC)
commit b0516ed5a8419e37b7afe22afe75147778b2aa9e
Author: Stefan Westerfeld <stefan space twc de>
Date: Wed Mar 20 20:26:55 2013 +0100
FLAC: fixed small bug in compressed flac storage code
bse/bsestorage.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bse/bsestorage.cc b/bse/bsestorage.cc
index 4db8024..2f88b8d 100644
--- a/bse/bsestorage.cc
+++ b/bse/bsestorage.cc
@@ -1328,7 +1328,7 @@ bse_storage_put_data_handle (BseStorage *self,
}
while (tmp_handle); /* skip comment or cache handles */
GslVorbis1Handle *vhandle = gsl_vorbis1_handle_new (test_handle, gsl_vorbis_make_serialno());
- Flac1Handle *flac_handle = Flac1Handle::create (dhandle);
+ Flac1Handle *flac_handle = Flac1Handle::create (test_handle);
if (vhandle) /* save already compressed Ogg/Vorbis data */
{
bse_storage_break (self);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]