mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
pipeline: don't leak GstPad
https://bugzilla.gnome.org/show_bug.cgi?id=755505
This commit is contained in:
parent
00ae999547
commit
0b900bddc9
1 changed files with 1 additions and 0 deletions
|
@ -798,6 +798,7 @@ _link_track (GESPipeline * self, GESTrack * track)
|
|||
gst_object_unref (tmppad);
|
||||
goto error;
|
||||
}
|
||||
gst_object_unref (tmppad);
|
||||
|
||||
GST_DEBUG ("Reconfiguring playsink");
|
||||
|
||||
|
|
Loading…
Reference in a new issue