d3d11decoder: Move handle_frame implementation to baseclass
authorSeungha Yang <seungha.yang@navercorp.com>
Thu, 30 Jan 2020 11:04:58 +0000 (20:04 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 12 Feb 2020 12:34:58 +0000 (12:34 +0000)
commit3e78afbe0afd866a93cdf91bdc73620bbb7af1ce
tree3c5d24d08c490ab36a26a6543b3462175cda31ae
parent6da90b59f4662a665b1f9bf3d3270a4e8e19cdc0
d3d11decoder: Move handle_frame implementation to baseclass

... and remove unused start, stop method from subclass.

Current implementation does not require subclass specific behavior
for the handle_frame() method.
sys/d3d11/gstd3d11h264dec.c
sys/d3d11/gstd3d11h264dec.h
sys/d3d11/gstd3d11h265dec.c
sys/d3d11/gstd3d11h265dec.h
sys/d3d11/gstd3d11vp9dec.c
sys/d3d11/gstd3d11vp9dec.h
sys/d3d11/gsth264decoder.c
sys/d3d11/gsth265decoder.c
sys/d3d11/gstvp9decoder.c