mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
tests: fix pipeline leak in videocrop test
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732976
This commit is contained in:
parent
5cd0261f77
commit
c541e56b0c
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ test_with_caps (GstElement * src, GstElement * videocrop, GstCaps * caps)
|
|||
g_timer_destroy (timer);
|
||||
gst_object_unref (bus);
|
||||
gst_object_unref (pad);
|
||||
gst_object_unref (pipeline);
|
||||
}
|
||||
|
||||
/* return a list of caps where we only need to set
|
||||
|
|
Loading…
Reference in a new issue