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
@ -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>
|
2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
|
* 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_WIDTH (ximagesink),
|
||||||
GST_VIDEOSINK_HEIGHT (ximagesink));
|
GST_VIDEOSINK_HEIGHT (ximagesink));
|
||||||
}
|
}
|
||||||
|
|
||||||
gst_x_overlay_got_desired_size (GST_X_OVERLAY (ximagesink),
|
|
||||||
GST_VIDEOSINK_WIDTH (ximagesink),
|
|
||||||
GST_VIDEOSINK_HEIGHT (ximagesink));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user