[Bug 680444] New: matroskademux negative rate in gap

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 23 06:02:16 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=680444
  GStreamer | gst-plugins-good | 0.10.x

           Summary: matroskademux negative rate in gap
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lfarkas at lfarkas.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


in the latest update matroskademux is extended to be able to use new-gap-time
is bigger then max-gap-time but why it's not working for negative rate? in the
code:
----------------------------------
        if (demux->max_gap_time &&
            GST_CLOCK_TIME_IS_VALID (demux->last_stop_end) &&
            demux->common.segment.rate > 0.0) {
----------------------------------
why is the last condition?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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