[Bug 685467] New: smartencoder constantly reencode gop

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 3 22:25:23 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=685467
  GStreamer | gstreamer (core) | 1.x

           Summary: smartencoder constantly reencode gop
    Classification: Platform
           Product: GStreamer
           Version: 1.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: prahal at yahoo.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=225772)
 View: https://bugzilla.gnome.org/attachment.cgi?id=225772
 Review: https://bugzilla.gnome.org/review?bug=685467&attachment=225772

fix stop bigger than start in segment clip when start and stop are max (-1)

Using pitivi, I get a loop in gop reencode (set to pause then to null and back
to pause, etc). It turns out that gst_segment_clip when feed with a start and
stop equal to max guint64 (ie -1) stop is assigned segment-stop while start is
assigned max (-1). Thus we ends up with a start bigger than the stop.

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