mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
sys/: Clear window on PAUSED->READY instead of READY->PAUSED. Stop
Original commit message from CVS: * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear), (gst_xvimagesink_change_state): Clear window on PAUSED->READY instead of READY->PAUSED. Stop Xv video (and thereby regenerate Xv colourkey) in clear() so that PLAY -> READY -> PLAY works (fixes #162504).
This commit is contained in:
parent
5fb43d021c
commit
1d3d023d5c
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
|
||||
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
|
||||
(gst_xvimagesink_change_state):
|
||||
Clear window on PAUSED->READY instead of READY->PAUSED. Stop
|
||||
Xv video (and thereby regenerate Xv colourkey) in clear() so
|
||||
that PLAY -> READY -> PLAY works (fixes #162504).
|
||||
|
||||
2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
|
||||
|
|
Loading…
Reference in a new issue