mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
parent
b499d3c0b2
commit
6d02097924
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ gstsharp_gst_videoutil_get_template_caps (GstVideoFormat fmt) {
|
|||
return NULL;
|
||||
|
||||
caps = gst_caps_from_string (GST_VIDEO_CAPS_YUV ("AYUV"));
|
||||
gst_caps_set_simple (caps, fourcc, GST_TYPE_FOURCC, fourcc, NULL);
|
||||
gst_caps_set_simple (caps, "format", GST_TYPE_FOURCC, fourcc, NULL);
|
||||
return caps;
|
||||
} else {
|
||||
switch (fmt) {
|
||||
|
|
Loading…
Reference in a new issue