From 7769908ba8f589129307fd33b0ca94310c3dfc46 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 ++++++ 1 file changed, 6 insertions(+) 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):