Merge branch 'master' into 0.11
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 5 Jun 2011 14:46:54 +0000 (15:46 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 5 Jun 2011 14:48:51 +0000 (15:48 +0100)
1  2 
gst/gstelementfactory.c
gst/gstsystemclock.c
gst/gstutils.c
gst/parse/Makefile.am
plugins/elements/gstmultiqueue.c

@@@ -394,11 -394,11 +394,11 @@@ gst_element_factory_create (GstElementF
     * an element at the same moment
     */
    oclass = GST_ELEMENT_GET_CLASS (element);
-   if (!g_atomic_pointer_compare_and_exchange (
-           (gpointer) & oclass->elementfactory, NULL, factory))
+   if (!G_ATOMIC_POINTER_COMPARE_AND_EXCHANGE (&oclass->elementfactory, NULL,
+           factory))
      gst_object_unref (factory);
  
 -  GST_DEBUG ("created element \"%s\"", GST_PLUGIN_FEATURE_NAME (factory));
 +  GST_DEBUG ("created element \"%s\"", GST_OBJECT_NAME (factory));
  
    return element;
  
Simple merge
diff --cc gst/gstutils.c
Simple merge
Simple merge
Simple merge