qtdemux: fix parsing in push mode when moov atom is at the end
[platform/upstream/gstreamer.git] / gst / isomp4 / qtdemux.h
index 5d20470..467cf31 100644 (file)
@@ -112,7 +112,7 @@ struct _GstQTDemux {
   guint64 seek_offset;
 
   gboolean upstream_seekable;
-  gboolean upstream_size;
+  gint64 upstream_size;
 };
 
 struct _GstQTDemuxClass {