mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
encodebin: Unref encoding profiles after usage in the test
This commit is contained in:
parent
10e0b85a56
commit
86f679aaac
1 changed files with 2 additions and 0 deletions
|
@ -867,6 +867,8 @@ GST_START_TEST (test_encodebin_reuse)
|
|||
_test_encodebin_reuse (prof2, prof3);
|
||||
|
||||
gst_encoding_profile_unref (prof1);
|
||||
gst_encoding_profile_unref (prof2);
|
||||
gst_encoding_profile_unref (prof3);
|
||||
};
|
||||
|
||||
GST_END_TEST;
|
||||
|
|
Loading…
Reference in a new issue