summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-06-20 19:40:29 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-06-20 19:40:29 +0000
commitd1961af6888ba5ec94bc746728b3f787beb02475 (patch)
treea7cfd2d3b781ac28fe75d82edb61e37c746f4750 /ChangeLog
parentafa01df289f29d859438606e406f1171f45f996d (diff)
ext/flac/: Support chain-based operation, should make flac-over-DAAP work (#340492).
Original commit message from CVS: * ext/flac/Makefile.am: * ext/flac/gstflacdec.c: (gst_flac_dec_init), (gst_flac_dec_reset_decoders), (gst_flac_dec_setup_seekable_decoder), (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize), (gst_flac_dec_metadata_callback), (gst_flac_dec_metadata_callback_seekable), (gst_flac_dec_metadata_callback_stream), (gst_flac_dec_error_callback), (gst_flac_dec_error_callback_seekable), (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream), (gst_flac_dec_write), (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream), (gst_flac_dec_loop), (gst_flac_dec_sink_event), (gst_flac_dec_chain), (gst_flac_dec_convert_sink), (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query), (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query), (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate), (gst_flac_dec_sink_activate_push), (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state): * ext/flac/gstflacdec.h: Support chain-based operation, should make flac-over-DAAP work (#340492).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6ab806c..94c8e2de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2006-06-20 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/flac/Makefile.am:
+ * ext/flac/gstflacdec.c: (gst_flac_dec_init),
+ (gst_flac_dec_reset_decoders),
+ (gst_flac_dec_setup_seekable_decoder),
+ (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
+ (gst_flac_dec_metadata_callback),
+ (gst_flac_dec_metadata_callback_seekable),
+ (gst_flac_dec_metadata_callback_stream),
+ (gst_flac_dec_error_callback),
+ (gst_flac_dec_error_callback_seekable),
+ (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
+ (gst_flac_dec_read_stream), (gst_flac_dec_write),
+ (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
+ (gst_flac_dec_loop), (gst_flac_dec_sink_event),
+ (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
+ (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
+ (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
+ (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
+ (gst_flac_dec_sink_activate_push),
+ (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
+ * ext/flac/gstflacdec.h:
+ Support chain-based operation, should make flac-over-DAAP
+ work (#340492).
+
2006-06-20 Wim Taymans <wim@fluendo.com>
* docs/plugins/gst-plugins-good-plugins-sections.txt: