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 --- gst/wavparse/gstwavparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/wavparse') diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c index b169d8a8..1a6b62d7 100644 --- a/gst/wavparse/gstwavparse.c +++ b/gst/wavparse/gstwavparse.c @@ -2441,7 +2441,7 @@ gst_wavparse_sink_activate (GstPad * sinkpad) gboolean res; if (wav->adapter) - gst_object_unref (wav->adapter); + g_object_unref (wav->adapter); if (gst_pad_check_pull_range (sinkpad)) { GST_DEBUG ("going to pull mode"); -- cgit