diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-19 10:58:57 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-19 10:58:57 +0000 |
| commit | 14d7abc27a940d3a2343dc67f756950d67b7d17a (patch) | |
| tree | bf64586367df86cad306b965b2d42e1754ee2cd3 /ChangeLog | |
| parent | 96da52009539004821fdce2b1c8fba549798e648 (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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): |
