diff options
Diffstat (limited to 'gst/mxf/mxfdemux.h')
-rw-r--r-- | gst/mxf/mxfdemux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mxf/mxfdemux.h b/gst/mxf/mxfdemux.h index c8439cf6..e8b90261 100644 --- a/gst/mxf/mxfdemux.h +++ b/gst/mxf/mxfdemux.h @@ -154,7 +154,7 @@ struct _GstMXFDemux GArray *random_index_pack; /* Metadata */ - GMutex *metadata_lock; + GStaticRWLock metadata_lock; gboolean update_metadata; gboolean pull_footer_metadata; |