Targeting Qt child widget with gstreamer
问题 I have a gstreamer pipeline which ends with a xvimagesink element. To have the video displayed in a particular window , I can use the x_oerlay_interface : gst_x_overlay_set_xwindow_id(GST_X_OVERLAY(xvsink), winid); So far, so good. However, it only works if winid is the idea of a top level window, which is not the case of child widget. Let's say I have : A dialog widget DialogWidget A video widget VideoWidget, which is a child of DialogWidget. If I use DialogWidget->winId() , then the video