pipeline: don't leak GstPad

https://bugzilla.gnome.org/show_bug.cgi?id=755505
This commit is contained in:
Justin Kim 2015-09-24 13:40:27 +09:00 committed by Thibault Saunier
parent 00ae999547
commit 0b900bddc9

View file

@ -798,6 +798,7 @@ _link_track (GESPipeline * self, GESTrack * track)
gst_object_unref (tmppad);
goto error;
}
gst_object_unref (tmppad);
GST_DEBUG ("Reconfiguring playsink");