From ab9b853b84a3a2f382e326cd43863594cd61ebf9 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 18 Aug 2006 13:25:06 +0000 Subject: ext/dv/gstdvdemux.*: When handling seek requests, don't send the newsegment event from the calling thread. Instead sa... Original commit message from CVS: * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek), (gst_dvdemux_loop), (gst_dvdemux_change_state): * ext/dv/gstdvdemux.h: When handling seek requests, don't send the newsegment event from the calling thread. Instead save it so it can be sent from the streaming thread. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7e024dcc..57e77c9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-08-18 Edward Hervey + + * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek), + (gst_dvdemux_loop), (gst_dvdemux_change_state): + * ext/dv/gstdvdemux.h: + When handling seek requests, don't send the newsegment event from the + calling thread. Instead save it so it can be sent from the streaming + thread. + 2006-08-17 Wim Taymans Patch by: Sjoerd Simons -- cgit