summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackparse.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-02-22 06:06:06 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-02-22 06:06:06 +0000
commite5333665217d1e5e4675945f1d383ce1e8ae0785 (patch)
tree2aa9a60a6d6641420fb9ca7cd7375f673fdc8863 /ext/wavpack/gstwavpackparse.h
parent73a4369e0e3cf05a2ac57726bdd946fb271ded0d (diff)
ext/wavpack/gstwavpackparse.*: Always report the duration if we know it in push mode and don't return 0 just to make ...
Original commit message from CVS: * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad): * ext/wavpack/gstwavpackparse.h: Always report the duration if we know it in push mode and don't return 0 just to make totem believe we can't seek in push mode. Newer totem version use the SEEKING query which properly reports if we can seek or not.
Diffstat (limited to 'ext/wavpack/gstwavpackparse.h')
-rw-r--r--ext/wavpack/gstwavpackparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wavpack/gstwavpackparse.h b/ext/wavpack/gstwavpackparse.h
index 67d093fa..60504a7c 100644
--- a/ext/wavpack/gstwavpackparse.h
+++ b/ext/wavpack/gstwavpackparse.h
@@ -57,7 +57,7 @@ struct _GstWavpackParse
guint samplerate;
guint channels;
- guint total_samples;
+ gint64 total_samples;
gboolean need_newsegment;
gboolean discont;