summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.