mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
avfvideosrc: fix bogus BGRA caps
Remove 0.10-style endianness/*_mask/bpp/depth fields.
This commit is contained in:
parent
1fee15e638
commit
ffe59820d8
1 changed files with 1 additions and 8 deletions
|
@ -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 "; "
|
||||
|
|
Loading…
Reference in a new issue