plugins: base: add GstPad param to internal helper functions
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Thu, 14 Nov 2019 19:13:51 +0000 (11:13 -0800)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 11 Dec 2019 21:27:48 +0000 (21:27 +0000)
commitb1bab9a3178fc627fd1f119b2d88a3ee6e99d67e
treedf01a05d2260adb2f8cc3fc936d95af0084559c9
parentca2942176b5632e07eebac23336954f9aaf1cb26
plugins: base: add GstPad param to internal helper functions

The base plugin public API function implementations determine
which pad should be passed to the internal helper functions.
Currently, only the base plugin static sinkpad and static
srcpad are supported/used.  However, this change enables future
API functions to be added that can accept a pad (i.e. request pad)
from an element subclass (e.g. a GstVideoAggregator subclass).
gst/vaapi/gstvaapipluginbase.c