[Bug 734608] avvidec: decoded frames lost on EOS

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 11 08:07:00 PDT 2014


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.5.1

--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-08-11 15:06:55 UTC ---
commit 1307b31e1cf9548ad3c9896fc0e9afe3d0516e40
Author: Aleix Conchillo Flaqué <aleix at oblong.com>
Date:   Mon Aug 11 14:16:55 2014 +0200

    avviddec: Don't lose frames on EOS

    have_data is not propagated from gst_ffmpegviddec_video_frame to
    gst_ffmpegviddec_frame. have_data is only set to 1 in
    gst_ffmpegviddec_frame if a frame pointer is passed. However, this is
    not true while draining, which means that have_data from libav will be
    ignored.

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

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