qtmux: use 64bit chunk_offset
authorMatej Knopp <matej.knopp@gmail.com>
Tue, 9 Dec 2014 01:43:00 +0000 (02:43 +0100)
committerThiago Santos <thiagoss@osg.samsung.com>
Wed, 10 Dec 2014 21:42:30 +0000 (18:42 -0300)
https://bugzilla.gnome.org/show_bug.cgi?id=741279

gst/isomp4/gstqtmux.c

index b84e6f5..fc747ed 100644 (file)
@@ -2214,7 +2214,7 @@ static GstFlowReturn
 gst_qt_mux_register_and_push_sample (GstQTMux * qtmux, GstQTPad * pad,
     GstBuffer * buffer, gboolean is_last_buffer, guint nsamples,
     gint64 last_dts, gint64 scaled_duration, guint sample_size,
-    guint chunk_offset, gboolean sync, gboolean do_pts, gint64 pts_offset)
+    guint64 chunk_offset, gboolean sync, gboolean do_pts, gint64 pts_offset)
 {
   GstFlowReturn ret = GST_FLOW_OK;