diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2006-08-24 09:24:11 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-08-24 09:24:11 +0000 |
commit | 93ccc87f1dc1a3f95b8fb90a57f2513ef4efa466 (patch) | |
tree | 8095b5b25509516cbce5cbb5920dd1a6db067c0e /ChangeLog | |
parent | a411f9e71ac0f023218be100081395c8bbed88fd (diff) | |
download | gst-plugins-bad-93ccc87f1dc1a3f95b8fb90a57f2513ef4efa466.tar.gz gst-plugins-bad-93ccc87f1dc1a3f95b8fb90a57f2513ef4efa466.tar.bz2 gst-plugins-bad-93ccc87f1dc1a3f95b8fb90a57f2513ef4efa466.zip |
ext/wavpack/gstwavpackdec.c: Post audio codec and average bitrate tags on bus (#344472).
Original commit message from CVS:
Patch by: Sebastian Dröge <slomo at circular-chaos.org>
* ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
(gst_wavpack_dec_chain):
Post audio codec and average bitrate tags on bus (#344472).
* ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
(gst_wavpack_parse_src_query):
Forward queries in other formats (BYTE format in particular)
upstream; add Sebastian to authors.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,16 @@ +2006-08-24 Tim-Philipp Müller <tim at centricular dot net> + + Patch by: Sebastian Dröge <slomo at circular-chaos.org> + + * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags), + (gst_wavpack_dec_chain): + Post audio codec and average bitrate tags on bus (#344472). + + * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init), + (gst_wavpack_parse_src_query): + Forward queries in other formats (BYTE format in particular) + upstream; add Sebastian to authors. + 2006-08-23 Edgard Lima <edgard.lima@indt.org.br> * sys/v4l2/gstv4l2src.c: @@ -5,7 +18,6 @@ * sys/v4l2/v4l2src_calls.h: Fix set_caps to set width and height to the values the driver is really working with. - 2006-08-23 Tim-Philipp Müller <tim at centricular dot net> |