[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 08:52:18 PST 2015


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
What is your full g_object_set() line where you try to set the value?

Something like:

g_object_set (multifilesink, "max-file-duration", (guint64) 900 * GST_SECOND,
NULL);

or

  GstClockTime dur = 900 * GST_SECOND;
  g_object_set (multifilesink, "max-file-duration", dur, NULL);

should work.

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