summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2003-11-20 12:56:01 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2003-11-20 12:56:01 +0000
commit81238366b4d91bf7ee694c0af777570306843300 (patch)
treed08df52589221defe7118351f941b4ed0d16f02d
parentba10cbca9d3bc67b45d57c546b9c743f9deefb5f (diff)
downloadgstreamer-plugins-bad-81238366b4d91bf7ee694c0af777570306843300.tar.gz
This GstVideoSink function was removed today
Original commit message from CVS: This GstVideoSink function was removed today
-rw-r--r--ext/sdl/sdlvideosink.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/sdl/sdlvideosink.c b/ext/sdl/sdlvideosink.c
index 3b1b6dd6b..9844914eb 100644
--- a/ext/sdl/sdlvideosink.c
+++ b/ext/sdl/sdlvideosink.c
@@ -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)