diff options
author | David Schleef <ds@schleef.org> | 2007-12-18 01:25:58 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2007-12-18 01:25:58 +0000 |
commit | 4625e68226117c9e57939d66fafd26c3fba7470c (patch) | |
tree | 8471c6b295cc9448d33a3438a19f845e6d65c578 /ChangeLog | |
parent | 45e90efd1b3f19b231fd4e4cc753e2870aa62d0a (diff) | |
download | gst-plugins-bad-4625e68226117c9e57939d66fafd26c3fba7470c.tar.gz gst-plugins-bad-4625e68226117c9e57939d66fafd26c3fba7470c.tar.bz2 gst-plugins-bad-4625e68226117c9e57939d66fafd26c3fba7470c.zip |
sys/glsink/: Use new GstVideoFormat checked into -base. Add new glupload element to upload raw video into a GLXPixbu...
Original commit message from CVS:
* sys/glsink/Makefile.am:
* sys/glsink/glimagesink.c:
* sys/glsink/glimagesink.h:
* sys/glsink/glvideo.c:
* sys/glsink/glvideo.h:
* sys/glsink/gstopengl.c:
* sys/glsink/gstglupload.c:
Use new GstVideoFormat checked into -base. Add new glupload
element to upload raw video into a GLXPixbuf. Untested. Will
likely crash your motorcycle if you try it.
* sys/glsink/gstvideo-common.c:
* sys/glsink/gstvideo-common.h:
Remove.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ 2007-12-17 David Schleef <ds@schleef.org> + * sys/glsink/Makefile.am: + * sys/glsink/glimagesink.c: + * sys/glsink/glimagesink.h: + * sys/glsink/glvideo.c: + * sys/glsink/glvideo.h: + * sys/glsink/gstopengl.c: + * sys/glsink/gstglupload.c: + Use new GstVideoFormat checked into -base. Add new glupload + element to upload raw video into a GLXPixbuf. Untested. Will + likely crash your motorcycle if you try it. + * sys/glsink/gstvideo-common.c: + * sys/glsink/gstvideo-common.h: + Remove. + +2007-12-17 David Schleef <ds@schleef.org> + * gst/multifile/gstmultifilesrc.c: * gst/multifile/gstmultifilesrc.h: When subsequent files are read, if the file doesn't exist, send |