tests: video: Uncommenting test

Pushed a commented test by accident, uncommenting it.
This commit is contained in:
Thiago Santos 2011-03-23 12:42:04 -03:00
parent 6b4d788bb5
commit 8f2aea0fe4

View file

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