summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-31 13:07:53 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-31 13:07:53 +0100
commitd875e72b02b21c82b6d210ce3c054eb8ed3fcc1a (patch)
treefc14f5368c5a2987424e576cf166b6d7e610bf56 /ext
parent540cf8a11ee09b161eb9f4b0ee4800245ac3304f (diff)
flactag, wavparse: GstAdapter is not a GstObject
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) {