audiotestsrc: Fix crash in gst_audio_test_src_fill()
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-base / gst / audiotestsrc / gstaudiotestsrc.h
index cea3e52..ef345f0 100644 (file)
@@ -133,6 +133,9 @@ struct _GstAudioTestSrc {
   gboolean apply_tick_ramp;
   guint samples_between_ticks;
   guint tick_counter;
+#ifdef TIZEN_FEATURE_FIX_SEG_FAULT
+  GMutex func_lock;
+#endif
 };
 
 GST_ELEMENT_REGISTER_DECLARE (audiotestsrc);