summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/flac/gstflactag.c2
1 files changed, 1 insertions, 1 deletions
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) {