mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
gst: src: Attach video meta when receiving DMABufs from PipeWire
Fixes getDisplayMedia() in WebKitGTK after regression introduced by: https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/2330
This commit is contained in:
parent
46c4261998
commit
2e409c0237
1 changed files with 1 additions and 0 deletions
|
|
@ -1281,6 +1281,7 @@ handle_format_change (GstPipeWireSrc *pwsrc,
|
|||
pw_stream_set_error (pwsrc->stream->pwstream, -EINVAL, "internal error");
|
||||
return;
|
||||
}
|
||||
pwsrc->is_rawvideo = TRUE;
|
||||
} else {
|
||||
gst_video_info_dma_drm_init (&pwsrc->drm_info);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue