summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpmpegdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vdpau/gstvdpmpegdec.h')
-rw-r--r--sys/vdpau/gstvdpmpegdec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/vdpau/gstvdpmpegdec.h b/sys/vdpau/gstvdpmpegdec.h
index b60c9f59..66a41805 100644
--- a/sys/vdpau/gstvdpmpegdec.h
+++ b/sys/vdpau/gstvdpmpegdec.h
@@ -78,6 +78,9 @@ struct _GstVdpMpegDec
GstSegment segment;
gboolean seeking;
gint64 byterate;
+
+ /* mutex */
+ GMutex *mutex;
};