diff options
author | Christophe Fergeau <teuf@gnome.org> | 2004-06-01 20:23:12 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2004-06-01 20:23:12 +0000 |
commit | c62af3ff045067be5f3caba1a9c78c578b324557 (patch) | |
tree | 4dd1b3108c4dd71c6bc674ceaf0bad0ba1de74b5 /ChangeLog | |
parent | 014fbbc3a487f387de4fa9db11833b55fc4ed064 (diff) | |
download | gst-plugins-bad-c62af3ff045067be5f3caba1a9c78c578b324557.tar.gz gst-plugins-bad-c62af3ff045067be5f3caba1a9c78c578b324557.tar.bz2 gst-plugins-bad-c62af3ff045067be5f3caba1a9c78c578b324557.zip |
ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment buffer since libflac doesn't expect it (reports a ...
Original commit message from CVS:
2004-06-01 Christophe Fergeau <teuf@gnome.org>
* ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
buffer since libflac doesn't expect it (reports a sync error when
it encounters that)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-06-01 Christophe Fergeau <teuf@gnome.org> + + * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment + buffer since libflac doesn't expect it (reports a sync error when + it encounters that) + + 2004-06-01 Owen Fraser-Green <owen@discobabe.net> * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax @@ -10,6 +17,7 @@ * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax * gst-libs/gst/mixer/mixer.c: Fixed comment + 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org> * ext/alsa/gstalsa.c: (gst_alsa_open_audio): |