Skip to content

ximagesink: set the _NET_WM_PID atom on the window

Daniels Umanovskis requested to merge dumanovskis/gstreamer:ximagesink-pid into main

This makes it easier for X11 window management to work with windows created by ximagesink

An easy way to confirm behavior is something like:

gst-launch-1.0 videotestsrc ! ximagesink &
xdotool search --pid $(pidof gst-launch-1.0) -- -- windowsize 800 600

Merge request reports