From 3a3e2a874e18ca256fade4881b3d5c83140d478c Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Thu, 8 Jan 2004 20:06:32 +0000 Subject: [PATCH] sys/ximage/ximagesink.c: configure event is not emiting the desired size signal. That fixes aspect ratio issues with ... Original commit message from CVS: * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A configure event is not emiting the desired size signal. That fixes aspect ratio issues with gst-player. --- ChangeLog | 6 ++++++ sys/ximage/ximagesink.c | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c8645bc324..316ae1602b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-01-08 Julien MOUTTE,,, + + * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A + configure event is not emiting the desired size signal. That fixes + aspect ratio issues with gst-player. + 2004-01-08 Ronald Bultje * gst/median/gstmedian.c: (gst_median_link), (gst_median_init): diff --git a/sys/ximage/ximagesink.c b/sys/ximage/ximagesink.c index 7570d17ed5..3a7ff12451 100644 --- a/sys/ximage/ximagesink.c +++ b/sys/ximage/ximagesink.c @@ -355,10 +355,6 @@ gst_ximagesink_handle_xevents (GstXImageSink *ximagesink, GstPad *pad) GST_VIDEOSINK_WIDTH (ximagesink), GST_VIDEOSINK_HEIGHT (ximagesink)); } - - gst_x_overlay_got_desired_size (GST_X_OVERLAY (ximagesink), - GST_VIDEOSINK_WIDTH (ximagesink), - GST_VIDEOSINK_HEIGHT (ximagesink)); } } break;