[Bug 759357] Unable to set max-file-duration with 10 or more minutes value. It overflows.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Dec 11 10:00:10 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=759357

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
I'm not quite sure how to reproduce the problem.

This works fine for me:

$ GST_DEBUG=multifilesink:6 gst-launch-1.0 videotestsrc ! timeoverlay !
video/x-raw,framerate=5/1 ! x264enc ! mpegtsmux ! multifilesink
next-file=max-duration max-file-duration=600000000000
location=/tmp/part-%03d.ts 2>&1 | grep -v 'total size of buffer list'
...
gst_multi_file_sink_open_next_file:<multifilesink0> opening file
/tmp/part-000.ts
gst_multi_file_sink_write_buffer:<multifilesink0> new_duration: 600200000000,
max. duration 600000000000
gst_multi_file_sink_open_next_file:<multifilesink0> opening file
/tmp/part-001.ts
gst_multi_file_sink_write_stream_headers:<multifilesink0> Writing stream
headers
gst_multi_file_sink_write_buffer:<multifilesink0> new_duration: 600200000000,
max. duration 600000000000
...
^C
gst-play-1.0 /tmp/part-000.ts
0:00:13.4 / 0:09:59.7

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list