diff options
author | David Schleef <ds@schleef.org> | 2007-12-12 02:33:12 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2007-12-12 02:33:12 +0000 |
commit | ddea6c306e8e4f59829afe1fb92ec7ed4d567890 (patch) | |
tree | d66ea414f26dda94dfae8db1f359cc25d18c8a70 /ChangeLog | |
parent | a1ced2746d972aa541d906238102987f7d6a7798 (diff) | |
download | gst-plugins-bad-ddea6c306e8e4f59829afe1fb92ec7ed4d567890.tar.gz gst-plugins-bad-ddea6c306e8e4f59829afe1fb92ec7ed4d567890.tar.bz2 gst-plugins-bad-ddea6c306e8e4f59829afe1fb92ec7ed4d567890.zip |
sys/glsink/: Split out gl-related code into a separate file with a sensible API. Major cleanup. Still crashes occas...
Original commit message from CVS:
* sys/glsink/Makefile.am:
* sys/glsink/glimagesink.c:
* sys/glsink/glvideo.c:
* sys/glsink/glvideo.h:
Split out gl-related code into a separate file with a
sensible API. Major cleanup. Still crashes occasionally
due to different threads touching bits at the same time.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-12-11 David Schleef <ds@schleef.org> + + * sys/glsink/Makefile.am: + * sys/glsink/glimagesink.c: + * sys/glsink/glvideo.c: + * sys/glsink/glvideo.h: + Split out gl-related code into a separate file with a + sensible API. Major cleanup. Still crashes occasionally + due to different threads touching bits at the same time. + 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk> Patch by: Wouter Cloetens <wouter at mind dot be> |