From 8f2aea0fe418842bb58e77028c66c9eda8eb71b5 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Wed, 23 Mar 2011 12:42:04 -0300 Subject: [PATCH] tests: video: Uncommenting test Pushed a commented test by accident, uncommenting it. --- tests/check/libs/video.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/check/libs/video.c b/tests/check/libs/video.c index d0115e39f9..34d28e049a 100644 --- a/tests/check/libs/video.c +++ b/tests/check/libs/video.c @@ -521,11 +521,8 @@ GST_END_TEST; GST_START_TEST (test_video_template_caps) { -/* - GstCaps *caps = - gst_video_format_new_template_caps (GST_VIDEO_FORMAT_RGB); + GstCaps *caps = gst_video_format_new_template_caps (GST_VIDEO_FORMAT_RGB); gst_caps_unref (caps); -*/ } GST_END_TEST;