diff options
| author | Edward Hervey <bilboed@bilboed.com> | 2006-08-18 13:25:06 +0000 |
|---|---|---|
| committer | Edward Hervey <bilboed@bilboed.com> | 2006-08-18 13:25:06 +0000 |
| commit | ab9b853b84a3a2f382e326cd43863594cd61ebf9 (patch) | |
| tree | 4afe6ba485041e841247975691f32bb2d9b58beb /ChangeLog | |
| parent | 52c986d8765bf1247991786f62ee73fb1d053f5e (diff) | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-08-18 Edward Hervey <edward@fluendo.com> + + * 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 <wim@fluendo.com> Patch by: Sjoerd Simons <sjoerd at luon dot net> |
