From: Wim Taymans Date: Mon, 9 Nov 2009 11:42:35 +0000 (+0100) Subject: docs: don't forget to unref the pad X-Git-Tag: RELEASE-0.10.26~200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ffbb1a3749bee3dd1cc6597fd9f50c4a3ae6754;p=platform%2Fupstream%2Fgstreamer.git docs: don't forget to unref the pad --- diff --git a/docs/manual/highlevel-components.xml b/docs/manual/highlevel-components.xml index b3be228..87d1d5f 100644 --- a/docs/manual/highlevel-components.xml +++ b/docs/manual/highlevel-components.xml @@ -264,6 +264,8 @@ cb_newpad (GstElement *decodebin, /* link'n'play */ gst_pad_link (pad, audiopad); + + g_object_unref (audiopad); } gint