nvenc: Remove GST_USE_UNSTABLE_API defines

GstGL is no longer unstable API since moving to -base
This commit is contained in:
Jan Schmidt 2018-04-25 02:43:26 +10:00
parent 8b4a78019d
commit e496f398ec
2 changed files with 0 additions and 2 deletions

View file

@ -34,7 +34,6 @@ GST_DEBUG_CATEGORY_STATIC (gst_nv_h264_enc_debug);
#include <cuda.h>
#include <cuda_runtime_api.h>
#include <cuda_gl_interop.h>
#define GST_USE_UNSTABLE_API
#include <gst/gl/gl.h>
#endif

View file

@ -35,7 +35,6 @@ GST_DEBUG_CATEGORY_STATIC (gst_nv_h265_enc_debug);
#include <cuda.h>
#include <cuda_runtime_api.h>
#include <cuda_gl_interop.h>
#define GST_USE_UNSTABLE_API
#include <gst/gl/gl.h>
#endif