[Bug 768283] New: Move away from avcodec_get_context_defaults3() and alloc/dealloc codec context together with opening/closing
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jul 1 14:10:26 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=768283
Bug ID: 768283
Summary: Move away from avcodec_get_context_defaults3() and
alloc/dealloc codec context together with
opening/closing
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: ---
avcodec_get_context_defaults3() is deprecated and it is required to open/close
a codec whenever something should change. Also avcodec_free_context() should be
used for deallocating, and the context should be reallocated after closing.
--
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