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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Dec 11 07:32:49 PST 2015


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

            Bug ID: 759357
           Summary: Unable to set max-file-duration with 10 or more
                    minutes value. It overflows.
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: major
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: alexbolotsin at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Trying to set max-file-size with g_object_set(...) to 600 * 10e8 I get while
working with .ts data:

multifilesink
gstmultifilesink.c:764:gst_multi_file_sink_write_buffer:<multifilesink0>
new_duration: 480000000, max. duration 18446744072414130176

I've made a lil hack to be able to setup it with seconds value and get over
overflowing.

https://gist.github.com/AlexBolotsin/f3ae7d785f16b47bccf6

multifilesink
gstmultifilesink.c:764:gst_multi_file_sink_write_buffer:<multifilesink0>
new_duration: 480000000, max. duration 60000000000

-- 
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