libs: use glib >= 2.32 semantics for mutexes.
[profile/ivi/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapidisplay_priv.h
index d48cc60..cb5302b 100644 (file)
@@ -73,7 +73,7 @@ G_BEGIN_DECLS
  */
 struct _GstVaapiDisplayPrivate {
     GstVaapiDisplay    *parent;
-    GStaticRecMutex     mutex;
+    GRecMutex           mutex;
     GstVaapiDisplayType display_type;
     VADisplay           display;
     guint               width;
@@ -86,6 +86,7 @@ struct _GstVaapiDisplayPrivate {
     GArray             *encoders;
     GArray             *image_formats;
     GArray             *subpicture_formats;
+    GArray             *properties;
     guint               create_display  : 1;
 };