From: Philip Chimento Date: Tue, 28 Dec 2010 17:03:37 +0000 (+0100) Subject: Use gst_object_unref() instead of g_object_unref() X-Git-Tag: v0.9~152^2~18 X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=35175d59d5b8cae0e5efcb6596d638bc53ab2a1c;p=projects%2Fchimara%2Fchimara.git Use gst_object_unref() instead of g_object_unref() --- diff --git a/libchimara/schannel.c b/libchimara/schannel.c index 2e741d3..d93101f 100644 --- a/libchimara/schannel.c +++ b/libchimara/schannel.c @@ -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);