nvenc: call the parent class on GstElement::set_context

This commit is contained in:
Matthew Waters 2015-09-29 16:17:22 +10:00
parent b7aed13e71
commit 63a7cbf8f1

View file

@ -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