diff options
| author | Sjoerd Simons <sjoerd@luon.net> | 2006-12-06 15:06:04 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2006-12-06 15:06:04 +0000 |
| commit | fd47c4fbf1c595f05360f2e210ec0372c4609cb8 (patch) | |
| tree | cbc61ece1b477abf28b7989f2ae4ea2956810b86 /ChangeLog | |
| parent | 1444040b98a22a652c7e02c902b7964fdcd21cff (diff) | |
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 <sjoerd at luon dot net>
* 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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2006-12-06 Wim Taymans <wim@fluendo.com> + Patch by: Sjoerd Simons <sjoerd at luon dot net> + + * 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 <wim@fluendo.com> + * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads), (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected): Keep track of the buffer timestamp in the collectdata member instead |
