Skip to content

ximagesink: set the _NET_WM_PID atom on the window

Daniels Umanovskis requested to merge ximagesink-pid into main

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

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

Merge request reports