Update for new gthread API
[platform/upstream/gstreamer.git] / libs / gst / base / gstbasesrc.h
index 5956866..31345bd 100644 (file)
@@ -80,8 +80,8 @@ struct _GstBaseSrc {
 
   /* available to subclass implementations */
   /* MT-protected (with LIVE_LOCK) */
-  GMutex        *live_lock;
-  GCond         *live_cond;
+  GMutex         live_lock;
+  GCond          live_cond;
   gboolean       is_live;
   gboolean       live_running;