[Bug 730075] New: avviddec: sanitize and fix qos handling.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 13 11:51:06 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=730075
  GStreamer | gst-libav | git

           Summary: avviddec: sanitize and fix qos handling.
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-libav
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: mathieu.duponchelle at epitech.eu
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

fixes the reported issue

gst_video_decoder_get_max_decding_time doesn't return a GstClockTime
    but a GstClockTimeDiff, and thus one needs to compare it against
    G_MAXINT_64.

    The returning of a boolean and the extra subsequent code in _video_frame
    was uselessly complicated.

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