Hi,
I would like to get a simple pipeline working in gst-launch before integrating it into
a gt4 application. Docs for gtk4paintablesink state: “… The sink will provides a simple test window when launched via gst-launch-1.0
or gst-play-1.0
…”
Using following command:
gst-launch-1.0 videotestsrc ! gtk4paintablesink
this starts, displays the time counter, but no visible output window.
Anything I might have misunderstood ?
In case it helps, running on fedora 39, with gstreamer1-plugin-gtk4-0.11.3-1.fc39.x86_64
Thanks for any help
Hans