This GstVideoSink function was removed today

Original commit message from CVS:
This GstVideoSink function was removed today
This commit is contained in:
Jan Schmidt 2003-11-20 12:56:01 +00:00
parent ba10cbca9d
commit 81238366b4

View file

@ -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)