encodebin: Unref encoding profiles after usage in the test

This commit is contained in:
Sebastian Dröge 2011-04-14 13:15:08 +02:00
parent 10e0b85a56
commit 86f679aaac

View file

@ -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;