mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
tests: video: Uncommenting test
Pushed a commented test by accident, uncommenting it.
This commit is contained in:
parent
6b4d788bb5
commit
8f2aea0fe4
1 changed files with 1 additions and 4 deletions
|
@ -521,11 +521,8 @@ GST_END_TEST;
|
||||||
|
|
||||||
GST_START_TEST (test_video_template_caps)
|
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_caps_unref (caps);
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
|
|
Loading…
Reference in a new issue