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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 16 04:52:50 PDT 2014


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

--- Comment #2 from Edward Hervey <bilboed at bilboed.com> 2014-05-16 11:52:46 UTC ---
commit 7bb4f93de905d3b1c3ffa4d3dd3aff73cde0ff1f
Author: Mathieu Duponchelle <mathieu.duponchelle at opencreed.com>
Date:   Tue May 13 20:17:17 2014 +0200

    gstavviddec: Sanitize and fix qos handling.

    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.

    The previous behaviour led to artefacts when the decoder tried to
    hurry up.

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

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