mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
This GstVideoSink function was removed today
Original commit message from CVS: This GstVideoSink function was removed today
This commit is contained in:
parent
ba10cbca9d
commit
81238366b4
1 changed files with 0 additions and 2 deletions
|
@ -613,8 +613,6 @@ gst_sdlvideosink_chain (GstPad *pad, GstData *_data)
|
|||
/* Show, baby, show! */
|
||||
SDL_DisplayYUVOverlay(sdlvideosink->overlay, &(sdlvideosink->rect));
|
||||
|
||||
gst_video_sink_frame_displayed (GST_VIDEOSINK (sdlvideosink));
|
||||
|
||||
while (SDL_PollEvent(&sdl_event))
|
||||
{
|
||||
switch(sdl_event.type)
|
||||
|
|
Loading…
Reference in a new issue