diff options
author | David Schleef <ds@schleef.org> | 2007-12-15 06:33:37 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2007-12-15 06:33:37 +0000 |
commit | 1a1691eb0251dfd7925c1f3922d983e5c74414ab (patch) | |
tree | f5de8d2dbfdbf563d5f7d3b64acfe39c81ca07e7 /ChangeLog | |
parent | b2a023be7baa09662fc63cf177a1adc79b0b3cf2 (diff) | |
download | gst-plugins-bad-1a1691eb0251dfd7925c1f3922d983e5c74414ab.tar.gz gst-plugins-bad-1a1691eb0251dfd7925c1f3922d983e5c74414ab.tar.bz2 gst-plugins-bad-1a1691eb0251dfd7925c1f3922d983e5c74414ab.zip |
sys/glsink/gstvideo-common.*: Pull together some common raw video functions into one location.
Original commit message from CVS:
* sys/glsink/gstvideo-common.c:
* sys/glsink/gstvideo-common.h:
Pull together some common raw video functions into one location.
This should eventually move to -base.
* sys/glsink/Makefile.am:
* sys/glsink/glimagesink.c:
* sys/glsink/glimagesink.h:
* sys/glsink/glvideo.c:
* sys/glsink/glvideo.h:
* sys/glsink/gstopengl.c:
Use the new video-common.h stuff. Readd support for RGB video.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2007-12-14 David Schleef <ds@schleef.org> + + * sys/glsink/gstvideo-common.c: + * sys/glsink/gstvideo-common.h: + Pull together some common raw video functions into one location. + This should eventually move to -base. + * sys/glsink/Makefile.am: + * sys/glsink/glimagesink.c: + * sys/glsink/glimagesink.h: + * sys/glsink/glvideo.c: + * sys/glsink/glvideo.h: + * sys/glsink/gstopengl.c: + Use the new video-common.h stuff. Readd support for RGB video. + 2007-12-14 Edgard Lima,,,, <edgard.lima@indt.org.br> * ext/metadata/Makefile.am: |