nvh264sldec: Declare OpenGL related objects unconditionally
authorSeungha Yang <seungha@centricular.com>
Thu, 18 Jun 2020 19:36:15 +0000 (04:36 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 24 Jun 2020 16:25:58 +0000 (16:25 +0000)
commit1f452c0577c2d74e806ecdf143830154f9f1a9dd
tree654d27c8b01eb23b0378978dff70b3def1ce9bc5
parent82ddb0600bb39de33712dd2c7aedd4b64932688c
nvh264sldec: Declare OpenGL related objects unconditionally

GstGLDisplay and GstGLContext are subclass of GstObject so we can
remove #ifdef for such object. This is prework for nvh265sldec.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1357>
sys/nvcodec/gstnvh264dec.c