Use gst_object_unref() instead of g_object_unref()
authorPhilip Chimento <philip.chimento@gmail.com>
Tue, 28 Dec 2010 17:03:37 +0000 (18:03 +0100)
committerPhilip Chimento <philip.chimento@gmail.com>
Tue, 28 Dec 2010 17:03:37 +0000 (18:03 +0100)
libchimara/schannel.c

index 2e741d3fea1f330e1ba7b3abaa290a16e9fe351b..d93101f1ef543fe082e968cd805cf14286188573 100644 (file)
@@ -92,7 +92,7 @@ glk_schannel_destroy(schanid_t chan)
        }
        
        if(chan->pipeline)
-               g_object_unref(chan->pipeline);
+               gst_object_unref(chan->pipeline);
        
        chan->magic = MAGIC_FREE;
        g_free(chan);