mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
tests: deinterlace: do not leak deinterlace pads
This commit is contained in:
parent
1ce09d7ef9
commit
397e987c7d
1 changed files with 2 additions and 0 deletions
|
@ -263,6 +263,8 @@ deinterlace_check_passthrough (gint mode, const gchar * infiltercaps)
|
|||
fail_unless (gst_element_set_state (pipeline, GST_STATE_NULL) ==
|
||||
GST_STATE_CHANGE_SUCCESS);
|
||||
gst_object_unref (pipeline);
|
||||
gst_object_unref (sinkpad);
|
||||
gst_object_unref (srcpad);
|
||||
g_queue_free (queue);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue