plugins: use plugin base macros to access pad specific data
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Tue, 29 Oct 2019 22:13:44 +0000 (15:13 -0700)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 11 Dec 2019 21:27:48 +0000 (21:27 +0000)
commitb384593d3d7a6ac5e300768340ecd4def6ed7d51
tree89abc6ea8fee7fa8f209887653f7cbfdba5081d8
parentf4fc37ccc5d4762b15971983fb2920bc78a9a0eb
plugins: use plugin base macros to access pad specific data

Don't access base struct fields directly since the underlying
definition can change.  Instead, use the accessor macros.
gst/vaapi/gstvaapidecode.c
gst/vaapi/gstvaapiencode.c
gst/vaapi/gstvaapipluginbase.h
gst/vaapi/gstvaapipostproc.c