summaryrefslogtreecommitdiff
path: root/gst/audiotestsrc
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-09-14 17:53:21 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-09-14 17:53:21 +0200
commitc629a441629dda6c56fdcfdc1463ce4d282506c3 (patch)
tree47e17caa9a2ad2081945c6b90264ce54f7280bed /gst/audiotestsrc
parentf7c247b6a390550e60c5c8dc1425d91bf310d602 (diff)
replace gst_tag_list_free with gst_tag_list_unref
Diffstat (limited to 'gst/audiotestsrc')
-rw-r--r--gst/audiotestsrc/gstaudiotestsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audiotestsrc/gstaudiotestsrc.c b/gst/audiotestsrc/gstaudiotestsrc.c
index ae9ca1003..f6d5f6743 100644
--- a/gst/audiotestsrc/gstaudiotestsrc.c
+++ b/gst/audiotestsrc/gstaudiotestsrc.c
@@ -1133,7 +1133,7 @@ gst_audio_test_src_fill (GstBaseSrc * basesrc, guint64 offset,
eclass->send_event (GST_ELEMENT_CAST (basesrc),
gst_event_new_tag (taglist));
else
- gst_tag_list_free (taglist);
+ gst_tag_list_unref (taglist);
src->tags_pushed = TRUE;
}