[Bug 796559] qtdemux: Various segment fixes to properly take segment.offset into account

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Oct 28 17:05:49 UTC 2018


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

Jan Schmidt <thaytan at noraisin.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #373713|none                        |committed
             status|                            |

--- Comment #28 from Jan Schmidt <thaytan at noraisin.net> ---
Comment on attachment 373713
  --> https://bugzilla.gnome.org/attachment.cgi?id=373713
segment: Allow stop == -1 in gst_segment_to_running_time() and rate < 0

commit 80015d69a778333166f1d45de7341019e2180557 (HEAD -> master)
Author: Jan Schmidt <jan at centricular.com>
Date:   Thu Sep 20 23:17:52 2018 +1000

    segment: Allow stop == -1 in gst_segment_to_running_time() and rate < 0

    If a segment has stop == -1, then gst_segment_to_running_time()
    would refuse to calculate a running time for negative rates,
    but gst_segment_do_seek() allows this scenario and uses a
    valid duration for calculations.

    Make the 2 functions consistent by using any configured duration
    to calculate a running time too in that case.

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

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