[Bug 757597] Codecparsers: add vp9 parser

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 5 00:27:00 PST 2015


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

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
So is there some private stuff to hide in the VP8 parser too? :)

Note that you'll have some padding to the parser struct if you want to be able
to extend it later because of the way how you implemented the private stuff. A
better solution would be to allocate the private data *before* the public data,
and just have a pointer back to it. Or just allocate it independently.

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