From d875e72b02b21c82b6d210ce3c054eb8ed3fcc1a Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 31 Aug 2009 13:07:53 +0100 Subject: flactag, wavparse: GstAdapter is not a GstObject --- ext/flac/gstflactag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/flac/gstflactag.c b/ext/flac/gstflactag.c index d7ca61cc..b491e59a 100644 --- a/ext/flac/gstflactag.c +++ b/ext/flac/gstflactag.c @@ -146,7 +146,7 @@ gst_flac_tag_dispose (GObject * object) GstFlacTag *tag = GST_FLAC_TAG (object); if (tag->adapter) { - gst_object_unref (tag->adapter); + g_object_unref (tag->adapter); tag->adapter = NULL; } if (tag->vorbiscomment) { -- cgit