summaryrefslogtreecommitdiff
path: root/gst/aiffparse
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-31 13:14:02 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-31 13:14:02 +0100
commit10d67eda7a2efff834e67b6c34a092494005a1b0 (patch)
treee2318dc4994c6395c13503fa05e5c2f5502b29ff /gst/aiffparse
parentd94d572e16c590ed619bfaed23100b80516ce6f7 (diff)
GstAdapter is not a GstObject and should be freed with g_object_unref()
Diffstat (limited to 'gst/aiffparse')
-rw-r--r--gst/aiffparse/aiffparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/aiffparse/aiffparse.c b/gst/aiffparse/aiffparse.c
index c45008b6d..b2ad95051 100644
--- a/gst/aiffparse/aiffparse.c
+++ b/gst/aiffparse/aiffparse.c
@@ -1516,7 +1516,7 @@ gst_aiffparse_sink_activate (GstPad * sinkpad)
gboolean res;
if (aiff->adapter)
- gst_object_unref (aiff->adapter);
+ g_object_unref (aiff->adapter);
if (gst_pad_check_pull_range (sinkpad)) {
GST_DEBUG ("going to pull mode");