GNOME Bugzilla – Bug 794896
nvenc: fix build warnings with HAVE_NVENC_GST_GL
Last modified: 2018-04-02 18:46:25 UTC
fix following error: gstnvbaseenc.c: In function ‘gst_nv_base_enc_set_context’: gstnvbaseenc.c:451:17: error: unused variable ‘nvenc’ [-Werror=unused-variable] GstNvBaseEnc *nvenc = GST_NV_BASE_ENC (element); ^
Created attachment 370438 [details] [review] nvbaseenc: fix build warnings with HAVE_NVENC_GST_GL
Pushed, thanks for the patch! commit faa892fb489b8dc360c25c94d70b8530ff6d6391 Author: Daeseok Youn <daeseok.youn@gmail.com> Date: Mon Apr 2 21:43:53 2018 +0900 nvbaseenc: fix build warnings with HAVE_NVENC_GST_GL fix following error: gstnvbaseenc.c: In function ‘gst_nv_base_enc_set_context’: gstnvbaseenc.c:451:17: error: unused variable ‘nvenc’ [-Werror=unused-variable] GstNvBaseEnc *nvenc = GST_NV_BASE_ENC (element); ^ https://bugzilla.gnome.org/show_bug.cgi?id=794896