summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-02 11:34:24 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-02 11:34:24 +0000
commit61e108f28f3b951511ebd3f473d9175038b20743 (patch)
treeb0fe99441e1a77cb318149bb5831be4cb6261784 /ChangeLog
parent9929ccd9d1782b85b86919b6fdf9e112444d9a2f (diff)
downloadgst-plugins-bad-61e108f28f3b951511ebd3f473d9175038b20743.tar.gz
gst-plugins-bad-61e108f28f3b951511ebd3f473d9175038b20743.tar.bz2
gst-plugins-bad-61e108f28f3b951511ebd3f473d9175038b20743.zip
sys/ximage/ximagesink.c: Comment out internal resize. It doesn't handle the resulting
Original commit message from CVS: 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net> * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect): Comment out internal resize. It doesn't handle the resulting XEvent internally, does another try_set_caps() which leads to a really nice loop. Real fix will come when Julien and Dave are awake. ;).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f76333b9..996e00f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
+ * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
+ Comment out internal resize. It doesn't handle the resulting
+ XEvent internally, does another try_set_caps() which leads to
+ a really nice loop.
+ Real fix will come when Julien and Dave are awake. ;).
+
+2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
+
* ext/mpeg2enc/gstmpeg2enc.cc:
fix const/nonconst compile issue.