summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Kim <justin.kim@collabora.com>2015-09-24 13:40:27 +0900
committerThibault Saunier <tsaunier@gnome.org>2015-09-24 09:42:08 +0200
commit0b900bddc9eb534535e57c42afd27b6fc8d97399 (patch)
tree82085706326e2ab51cf16e25b6485ffc46d014ab
parent00ae999547687b7cd3eeb8c7e8fbbca801913206 (diff)
pipeline: don't leak GstPad
https://bugzilla.gnome.org/show_bug.cgi?id=755505
-rw-r--r--ges/ges-pipeline.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ges/ges-pipeline.c b/ges/ges-pipeline.c
index 7485248b..b2e9a98d 100644
--- a/ges/ges-pipeline.c
+++ b/ges/ges-pipeline.c
@@ -798,6 +798,7 @@ _link_track (GESPipeline * self, GESTrack * track)
gst_object_unref (tmppad);
goto error;
}
+ gst_object_unref (tmppad);
GST_DEBUG ("Reconfiguring playsink");