Drop excessive threading that over-complicates synchronisation.
[profile/ivi/gstreamer-vaapi.git] / gst / vaapidecode / gstvaapidecode.h
index 0772c39..b2b6915 100644 (file)
@@ -65,8 +65,6 @@ struct _GstVaapiDecode {
     GstVaapiProfile     profile;
     GstBuffer          *codec_data;
     GstVaapiDecoder    *decoder;
-    GstTask            *decoder_task;
-    GStaticRecMutex     decoder_task_lock;
     unsigned int        use_ffmpeg      : 1;
 };