summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-02-05 23:01:59 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-02-05 23:01:59 +0000
commit6010757ef6c84af13e2869c9cd462ce466346845 (patch)
treeb8e378d3184b5e96e0587b2a3f78f551be1c05b5 /ChangeLog
parentbbe7935df6475d5c42e04cbce1bc32f4ef7dea62 (diff)
downloadgst-plugins-bad-6010757ef6c84af13e2869c9cd462ce466346845.tar.gz
gst-plugins-bad-6010757ef6c84af13e2869c9cd462ce466346845.tar.bz2
gst-plugins-bad-6010757ef6c84af13e2869c9cd462ce466346845.zip
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).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2788c0b..482ba8a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
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):
Switch to list instead of range, since MJPEG-devices really just
support decimations, not any size.