summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@gmail.com>2008-11-14 01:00:33 +0100
committerJulien Isorce <julien.isorce@gmail.com>2008-11-14 01:00:33 +0100
commit6246b55622c3a841c08ef309044996b77af06951 (patch)
treef5ebc7023d4a5611c3e3d6dafd5513c80662f1a1 /ChangeLog
parent0035372fb2e8a80c2045f4a9dbda840c78670f63 (diff)
Get ride of calling sleep in gl thread X loop
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c01520..5292241 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-11-14 Julien Isorce <julien.isorce@gmail.com>
+
+ * gst-libs/gst/gl/gstglwindow_x11.c
+ Get ride of calling sleep in "gl thread X loop".
+ The following pipeline works:
+ gst-launch-0.10 videotestsrc ! tee name=t t. ! \
+ queue ! glimagesink t. ! \
+ queue ! glupload ! glfiltercube ! glimagesink
+ This if a proof (on X11) of having two gl context currents at the same time
+ (one gl context per gl thread)
+ Note there is still this SIGSEGV that I was talking about in the last commit.
+
2008-11-13 Julien Isorce <julien.isorce@gmail.com>
* gst-libs/gst/gl/gstglwindow_x11.c