mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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.
This commit is contained in:
parent
ee9d789ed5
commit
3a3e2a874e
2 changed files with 6 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-01-08 Julien MOUTTE,,, <julien@moutte.net>
|
||||
|
||||
* 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 <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue