From db69a0a5961f3b044d643ff476c97a92407e2b89 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 9 Mar 2005 11:48:26 +0000 Subject: gst/videoscale/gstvideoscale.c: Events have a perfectly good copy_on_write implementation, use it so we preserve GstD... Original commit message from CVS: * gst/videoscale/gstvideoscale.c: (gst_videoscale_handle_src_event): Events have a perfectly good copy_on_write implementation, use it so we preserve GstData flags too. * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put), (gst_ximagesink_handle_event), (gst_ximagesink_chain), (gst_ximagesink_send_pending_navigation), (gst_ximagesink_expose): * sys/ximage/ximagesink.h: * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put), (gst_xvimagesink_handle_event), (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_interface_supported), (gst_xvimagesink_send_pending_navigation), (gst_xvimagesink_navigation_send_event), (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose), (gst_xvimagesink_colorbalance_list_channels), (gst_xvimagesink_colorbalance_set_value), (gst_xvimagesink_colorbalance_get_value), (gst_xvimagesink_set_property), (gst_xvimagesink_get_property), (gst_xvimagesink_finalize), (gst_xvimagesink_init), (gst_xvimagesink_base_init), (gst_xvimagesink_class_init), (gst_xvimagesink_get_type), (plugin_init): * sys/xvimage/xvimagesink.h: Move send_pending_navigation functions outside the stream_lock and let them lock/unlock when they need so we don't hold the stream lock while sending the event upstream. Add need_expose flag to avoid an unnecessary screen update if an incoming buffer beat us to it. Unset the GST_EVENT_COMMON_FLAG_NEED_RESPONSE flag to avoid blocking on queues while sending navigation events, since we don't need a reply. Handle filler events for still frames. --- ChangeLog | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fdcea40c..872421ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2005-03-09 Jan Schmidt + + * gst/videoscale/gstvideoscale.c: + (gst_videoscale_handle_src_event): + Events have a perfectly good copy_on_write implementation, + use it so we preserve GstData flags too. + + * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put), + (gst_ximagesink_handle_event), (gst_ximagesink_chain), + (gst_ximagesink_send_pending_navigation), (gst_ximagesink_expose): + * sys/ximage/ximagesink.h: + * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put), + (gst_xvimagesink_handle_event), (gst_xvimagesink_chain), + (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc), + (gst_xvimagesink_interface_supported), + (gst_xvimagesink_send_pending_navigation), + (gst_xvimagesink_navigation_send_event), + (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose), + (gst_xvimagesink_colorbalance_list_channels), + (gst_xvimagesink_colorbalance_set_value), + (gst_xvimagesink_colorbalance_get_value), + (gst_xvimagesink_set_property), (gst_xvimagesink_get_property), + (gst_xvimagesink_finalize), (gst_xvimagesink_init), + (gst_xvimagesink_base_init), (gst_xvimagesink_class_init), + (gst_xvimagesink_get_type), (plugin_init): + * sys/xvimage/xvimagesink.h: + Move send_pending_navigation functions outside the stream_lock and let + them lock/unlock when they need so we don't hold the stream lock + while sending the event upstream. + Add need_expose flag to avoid an unnecessary screen update if an + incoming buffer beat us to it. + Unset the GST_EVENT_COMMON_FLAG_NEED_RESPONSE flag to avoid blocking on + queues while sending navigation events, since we don't need a reply. + Handle filler events for still frames. + === release 0.8.8 === 2005-03-07 Thomas Vander Stichele -- cgit v1.2.1