mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-07 09:45:25 +00:00
gtk4: Fix Python example in the non-GL code path
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1582>
This commit is contained in:
parent
9b166691ad
commit
64949458ef
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def on_activate(app):
|
|||
sink.add(gtksink)
|
||||
convert.link(gtksink)
|
||||
|
||||
sink.add_pad(Gst.GhostPad.new('sink', gtksink.get_static_pad('sink')))
|
||||
sink.add_pad(Gst.GhostPad.new('sink', convert.get_static_pad('sink')))
|
||||
|
||||
pipeline.add(src)
|
||||
pipeline.add(overlay)
|
||||
|
|
Loading…
Reference in a new issue