[Bug 757597] Codecparsers: add vp9 parser

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Nov 4 08:49:53 PST 2015


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

--- Comment #1 from sreerenj <bsreerenj at gmail.com> ---
There are many state variables which needs to be tracked across multiple
frames. So kept the GstVp9ParserPrivate structure to track these.

Another way to do this is:
Align with vp8 parser, avoid GstVp9ParserPrivate and keep all tracking variable
in GstVp9Parser struct. But this will expose many unnecessary state tacking
variables to public structure.

So I am still double minded :)

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