mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-22 07:36:20 +00:00
gtk4: Fix compilation after gst_gl::Display
API changes
This commit is contained in:
parent
abe4efc4a2
commit
62bfc545d3
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ impl PaintableSink {
|
|||
"Successfully deactivated GL Context after fill_info"
|
||||
);
|
||||
|
||||
let gst_context = match display.create_context(app_ctx) {
|
||||
let gst_context = match display.create_context(Some(app_ctx)) {
|
||||
Ok(gst_context) => gst_context,
|
||||
Err(err) => {
|
||||
gst::error!(CAT, imp: self, "Could not create GL context: {err}");
|
||||
|
|
Loading…
Reference in a new issue