avfvideosrc: fix bogus BGRA caps

Remove 0.10-style endianness/*_mask/bpp/depth fields.
This commit is contained in:
Tim-Philipp Müller 2014-09-10 16:38:52 +01:00
parent 1fee15e638
commit ffe59820d8

View file

@ -48,14 +48,7 @@ static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
"height = " GST_VIDEO_SIZE_RANGE "; "
"video/x-raw, "
"format = (string) { BGRA }, "
"bpp = (int) 32, "
"depth = (int) 32, "
"endianness = (int) BIG_ENDIAN, "
"red_mask = (int) 0x0000FF00, "
"green_mask = (int) 0x00FF0000, "
"blue_mask = (int) 0xFF000000, "
"alpha_mask = (int) 0x000000FF, "
"format = (string) BGRA, "
"framerate = " GST_VIDEO_FPS_RANGE ", "
"width = " GST_VIDEO_SIZE_RANGE ", "
"height = " GST_VIDEO_SIZE_RANGE "; "