[Bug 722453] New: avviddec: add output-corrupt property

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 17 12:36:26 PST 2014


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

           Summary: avviddec: add output-corrupt property
    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: aleix at oblong.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Latest changes in libav decoder seem to have unset the codec context flag
CODEC_FLAG_OUTPUT_CORRUPT.

This means that GStreamer will never get corrupted frames from libav even if
these frames have been correctly decoded.

Since bug 722290, buffers are marked with GST_BUFFER_FLAG_CORRUPTED when
receiving corrupted frames from libav. However, this will never be set because
of the recent changes in libav.

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