mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
nvenc: call the parent class on GstElement::set_context
This commit is contained in:
parent
b7aed13e71
commit
63a7cbf8f1
1 changed files with 2 additions and 0 deletions
|
@ -290,6 +290,8 @@ gst_nv_base_enc_set_context (GstElement * element, GstContext * context)
|
|||
gst_gl_display_filter_gl_api (GST_GL_DISPLAY (nvenc->display),
|
||||
SUPPORTED_GL_APIS);
|
||||
#endif
|
||||
|
||||
GST_ELEMENT_CLASS (parent_class)->set_context (element, context);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Reference in a new issue