summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c56b80d7..c4fe1f7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
+ * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
+ (gst_flac_dec_write), (gst_flac_dec_loop),
+ (gst_flac_dec_sink_event), (gst_flac_dec_chain),
+ (gst_flac_dec_src_query):
+ * ext/flac/gstflacdec.h:
+ Make flac-in-ogg work (#352100).
+
+2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
+
* gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
Don't unref buffers of which we've already given away
ownership to the adapter.