[Bug 768279] New: avmux/avdemux: Need to move from AVCodecContext to AVCodecParameters

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 1 13:43:35 UTC 2016


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

            Bug ID: 768279
           Summary: avmux/avdemux: Need to move from AVCodecContext to
                    AVCodecParameters
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-libav
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: slomo at coaxion.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

The former is deprecated in AVFormat for obvious reasons, the latter has almost
the same API (for the things that matter for us). It's simple to change except
for all our helper functions in gstavcodecmap.c that take a codec context and
would require a lot of copy&paste work (the same functions are also used for
the encoders and decoders, where we have an actual codec context).

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