From 3b8bfc1f161124db0cd42a8fdf92a0eafa260712 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 28 Jun 2013 00:24:33 +0100 Subject: [PATCH] timelinepipeline: fix caps leak --- ges/ges-timeline-pipeline.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ges/ges-timeline-pipeline.c b/ges/ges-timeline-pipeline.c index 0da779d..45f0470 100644 --- a/ges/ges-timeline-pipeline.c +++ b/ges/ges-timeline-pipeline.c @@ -403,6 +403,7 @@ ges_timeline_pipeline_update_caps (GESTimelinePipeline * self) rcaps = gst_caps_new_empty_simple ("video/x-raw"); gst_caps_append (ocaps, rcaps); ges_track_set_caps (track, ocaps); + gst_caps_unref (ocaps); } else { GstCaps *caps = NULL; -- 2.7.4