mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
ffmpegcolorspace : whooops
This commit is contained in:
parent
516c824687
commit
37e975b8cc
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ gst_ffmpegcsp_caps_remove_format_info (GstCaps * caps)
|
|||
structure = gst_caps_get_structure (caps, i);
|
||||
|
||||
gst_structure_set_name (structure, "video/x-raw-yuv");
|
||||
gst_structure_remove_field (structure, "format", "endianness", "depth",
|
||||
gst_structure_remove_fields (structure, "format", "endianness", "depth",
|
||||
"bpp", "red_mask", "green_mask", "blue_mask", "alpha_mask",
|
||||
"palette_data", NULL);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue