qt gstreamer video
Mandar Joshi
emailmandar at gmail.com
Thu Nov 13 10:10:07 PST 2014
> ** (resize:227): CRITICAL **: gst_x_overlay_set_window_handle: assertion
> 'overlay != NULL' failed.
>
> We are getting a full screen video which is more than the size what we set
> for our Qt widget. We assume the gstreamer is displaying the video in its
> own screen.
I think I had faced the same problem. I had solved it by setting a
bus_sync_handler using gst_bus_set_sync_handler and calling
gst_x_overlay_set_window_handle in the handler.
You can get the code here http://mndar.phpnet.us/gstreamer/
-Mandar Joshi
More information about the gstreamer-devel
mailing list