summaryrefslogtreecommitdiffstats
path: root/gst/wavparse
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 /gst/wavparse
parent540cf8a11ee09b161eb9f4b0ee4800245ac3304f (diff)
flactag, wavparse: GstAdapter is not a GstObject
Diffstat (limited to 'gst/wavparse')
-rw-r--r--gst/wavparse/gstwavparse.c2
1 files changed, 1 insertions, 1 deletions
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");