All pastes #2046347 Raw Edit

Someone

public text v1 · immutable
#2046347 ·published 2011-04-14 11:15 UTC
rendered paste body
commit 86f679aaac87087cacd4db67ecb9bd8b2a999c0e
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu Apr 14 13:15:08 2011 +0200

    encodebin: Unref encoding profiles after usage in the test

diff --git a/tests/check/elements/encodebin.c b/tests/check/elements/encodebin.c
index 866abc3..77606cd 100644
--- a/tests/check/elements/encodebin.c
+++ b/tests/check/elements/encodebin.c
@@ -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;