mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
qtmux: use 64bit chunk_offset
https://bugzilla.gnome.org/show_bug.cgi?id=741279
This commit is contained in:
parent
9a903c994f
commit
2505e343b1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue