diff --git a/gst/videotestsrc/videotestsrc.h b/gst/videotestsrc/videotestsrc.h index c3395c3b1a..47f0ad93a9 100644 --- a/gst/videotestsrc/videotestsrc.h +++ b/gst/videotestsrc/videotestsrc.h @@ -22,6 +22,7 @@ #include "_stdint.h" + struct vts_color_struct { uint8_t Y, U, V; uint8_t R, G, B;