diff --git a/common b/common index d3ace35f57..3bb6edfe92 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit d3ace35f57dd196a3e83a0a48f1350ca32db8e39 +Subproject commit 3bb6edfe927d6d3020d2f2a4604f54caa61cd104 diff --git a/ext/cdio/gstcdiocddasrc.c b/ext/cdio/gstcdiocddasrc.c index 6cf2fc6c37..245240ecbc 100644 --- a/ext/cdio/gstcdiocddasrc.c +++ b/ext/cdio/gstcdiocddasrc.c @@ -359,7 +359,7 @@ gst_cdio_cdda_src_set_property (GObject * object, guint prop_id, gint speed; speed = g_value_get_int (value); - gst_atomic_int_set (&src->read_speed, speed); + g_atomic_int_set (&src->read_speed, speed); break; } default: