diff options
author | Julien Moutte <julien@moutte.net> | 2005-02-11 22:49:23 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2005-02-11 22:49:23 +0000 |
commit | b9a88343302b067341025894d3152f741ca9e41c (patch) | |
tree | c7b0b7bc996aa8eb1eca523223bc505a959d051e /ChangeLog | |
parent | 28e2a8eef08f7222e8738425d97b57b65c9a793a (diff) | |
download | gst-plugins-bad-b9a88343302b067341025894d3152f741ca9e41c.tar.gz gst-plugins-bad-b9a88343302b067341025894d3152f741ca9e41c.tar.bz2 gst-plugins-bad-b9a88343302b067341025894d3152f741ca9e41c.zip |
sys/xvimage/xvimagesink.c: Protect interface methods from chain and negotiation and vice versa (Fixes #166142).
Original commit message from CVS:
2005-02-11 Julien MOUTTE <julien@moutte.net>
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
(gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
(gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
(gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
(gst_xvimagesink_expose), (gst_xvimagesink_set_property),
(gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
methods from chain and negotiation and vice versa (Fixes #166142).
Fix a possible bug of images in the buffer pool being discarded because
we are looking at the wrong geometry.
* sys/xvimage/xvimagesink.h: Add stream_lock.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2005-02-11 Julien MOUTTE <julien@moutte.net> + + * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put), + (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state), + (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free), + (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id), + (gst_xvimagesink_expose), (gst_xvimagesink_set_property), + (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface + methods from chain and negotiation and vice versa (Fixes #166142). + Fix a possible bug of images in the buffer pool being discarded because + we are looking at the wrong geometry. + * sys/xvimage/xvimagesink.h: Add stream_lock. + 2005-02-11 David Schleef <ds@schleef.org> * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to |