gst: whitespace fix

No functional change.
This commit is contained in:
Demi Marie Obenour 2025-07-08 19:42:05 -04:00 committed by Wim Taymans
parent 32b8e5f500
commit 3c3ead2784

View file

@ -1305,7 +1305,7 @@ gst_caps_from_format (const struct spa_pod *format)
"alignment", G_TYPE_STRING, "au",
NULL);
} else {
return NULL;
return NULL;
}
if ((prop = spa_pod_object_find_prop (obj, prop, SPA_FORMAT_VIDEO_size))) {
handle_rect_prop (prop, "width", "height", res);