diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2003-11-20 12:56:01 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2003-11-20 12:56:01 +0000 |
commit | 81238366b4d91bf7ee694c0af777570306843300 (patch) | |
tree | d08df52589221defe7118351f941b4ed0d16f02d /ext | |
parent | ba10cbca9d3bc67b45d57c546b9c743f9deefb5f (diff) | |
download | gst-plugins-bad-81238366b4d91bf7ee694c0af777570306843300.tar.gz gst-plugins-bad-81238366b4d91bf7ee694c0af777570306843300.tar.bz2 gst-plugins-bad-81238366b4d91bf7ee694c0af777570306843300.zip |
This GstVideoSink function was removed today
Original commit message from CVS:
This GstVideoSink function was removed today
Diffstat (limited to 'ext')
-rw-r--r-- | ext/sdl/sdlvideosink.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/sdl/sdlvideosink.c b/ext/sdl/sdlvideosink.c index 3b1b6dd6..9844914e 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) |