summaryrefslogtreecommitdiff
path: root/subprojects/gst-plugins-base/gst/videotestsrc/gstvideotestsrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/gst-plugins-base/gst/videotestsrc/gstvideotestsrc.h')
-rw-r--r--subprojects/gst-plugins-base/gst/videotestsrc/gstvideotestsrc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/gst-plugins-base/gst/videotestsrc/gstvideotestsrc.h b/subprojects/gst-plugins-base/gst/videotestsrc/gstvideotestsrc.h
index e0a2dad9b4..08b067f09c 100644
--- a/subprojects/gst-plugins-base/gst/videotestsrc/gstvideotestsrc.h
+++ b/subprojects/gst-plugins-base/gst/videotestsrc/gstvideotestsrc.h
@@ -209,6 +209,7 @@ struct _GstVideoTestSrc {
/* cached buffer used for static patterns that don't change */
GstBuffer *cached;
+ GMutex cache_lock;
gboolean have_static_pattern;
};