How to embed SDL_Overlay to QWidget/Qlabel?

I am new on SDL and FFmpeg API framework. I am trying to run video file using FFmpeg and SDL framework. In this, i am extracting frame from video files using ffmpeg and then displaying those frames as a video file using SDL framework.

Code:
SDL_DisplayYUVOverlay(SDL_Overlay* overlay,SDL_Rect *rect);

playing my video files as a player. Here my problem is SDL creates its own window for playing videos but i want to display those frames on my own Qt GUI. I want to embed that SDL Window on my Qt application. If anyone knows anything about this, please help me out of this problem. Your help will really appreciate. Thanks