From fd47c4fbf1c595f05360f2e210ec0372c4609cb8 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Wed, 6 Dec 2006 15:06:04 +0000 Subject: gst/videomixer/videomixer.c: Don't reset xpos and ypos in the setcaps function because causes unexpected behaviour. Original commit message from CVS: Patch by: Sjoerd Simons * gst/videomixer/videomixer.c: (gst_videomixer_set_master_geometry), (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free): Don't reset xpos and ypos in the setcaps function because causes unexpected behaviour. Fixes #382179. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e3c55445..b7fd78fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-12-06 Wim Taymans + + Patch by: Sjoerd Simons + + * gst/videomixer/videomixer.c: + (gst_videomixer_set_master_geometry), + (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free): + Don't reset xpos and ypos in the setcaps function because causes + unexpected behaviour. + Fixes #382179. + 2006-12-06 Wim Taymans * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads), -- cgit