summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-19 10:58:57 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-19 10:58:57 +0000
commit14d7abc27a940d3a2343dc67f756950d67b7d17a (patch)
treebf64586367df86cad306b965b2d42e1754ee2cd3 /ChangeLog
parent96da52009539004821fdce2b1c8fba549798e648 (diff)
ext/wavpack/gstwavpackparse.c: Use G_GINT64_CONSTANT, this fixes the duration query on files without known length.
Original commit message from CVS: * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset), (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad): Use G_GINT64_CONSTANT, this fixes the duration query on files without known length.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6807476..ca92fcfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
+ * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
+ (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
+ Use G_GINT64_CONSTANT, this fixes the duration query on files without
+ known length.
+
+2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
+
* gst/matroska/matroska-demux.c:
(gst_matroska_demux_add_wvpk_header),
(gst_matroska_demux_audio_caps):