mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +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! */
|
/* Show, baby, show! */
|
||||||
SDL_DisplayYUVOverlay(sdlvideosink->overlay, &(sdlvideosink->rect));
|
SDL_DisplayYUVOverlay(sdlvideosink->overlay, &(sdlvideosink->rect));
|
||||||
|
|
||||||
gst_video_sink_frame_displayed (GST_VIDEOSINK (sdlvideosink));
|
|
||||||
|
|
||||||
while (SDL_PollEvent(&sdl_event))
|
while (SDL_PollEvent(&sdl_event))
|
||||||
{
|
{
|
||||||
switch(sdl_event.type)
|
switch(sdl_event.type)
|
||||||
|
|
Loading…
Reference in a new issue