ext/wavpack/gstwavpackparse.*: Always report the duration if we know it in push mode...
[platform/upstream/gst-plugins-good.git] / ext / wavpack / gstwavpackparse.h
index 67d093f..60504a7 100644 (file)
@@ -57,7 +57,7 @@ struct _GstWavpackParse
 
   guint samplerate;
   guint channels;
-  guint total_samples;
+  gint64 total_samples;
 
   gboolean need_newsegment;
   gboolean discont;