diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-02 11:34:24 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-02 11:34:24 +0000 |
commit | 82ffb103529e3186d59af25f68a3b6e6293bb45f (patch) | |
tree | f3d4f3e9eca43da6dd08261d9e26ece2b1329c35 | |
parent | 7e22216b02d97ba5dae5abf5da8b594f1dc6531b (diff) |
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. ;).
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |