summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidisplay_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapidisplay_priv.h')
-rw-r--r--gst-libs/gst/vaapi/gstvaapidisplay_priv.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapidisplay_priv.h b/gst-libs/gst/vaapi/gstvaapidisplay_priv.h
index 9a34ba8c..0b4e3c32 100644
--- a/gst-libs/gst/vaapi/gstvaapidisplay_priv.h
+++ b/gst-libs/gst/vaapi/gstvaapidisplay_priv.h
@@ -120,8 +120,9 @@ struct _GstVaapiDisplayPrivate
guint height_mm;
guint par_n;
guint par_d;
- GArray *decoders;
- GArray *encoders;
+ GPtrArray *decoders; /* ref element in codecs */
+ GPtrArray *encoders; /* ref element in codecs */
+ GArray *codecs;
GArray *image_formats;
GArray *subpicture_formats;
GArray *properties;