diff options
author | David Schleef <ds@schleef.org> | 2008-02-12 21:01:17 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2008-02-12 21:01:17 +0000 |
commit | 1a74d7922af0c0ed00ad65cbc9bb1d5e7b76ff16 (patch) | |
tree | b709b8c4b95b75c0c75847b7f762bd90797f3ed0 /sys/glsink/BUGS | |
parent | fe7d13387940fa5fdead42a1f3e691c9e297c776 (diff) | |
download | gst-plugins-bad-1a74d7922af0c0ed00ad65cbc9bb1d5e7b76ff16.tar.gz gst-plugins-bad-1a74d7922af0c0ed00ad65cbc9bb1d5e7b76ff16.tar.bz2 gst-plugins-bad-1a74d7922af0c0ed00ad65cbc9bb1d5e7b76ff16.zip |
Remove glimagesink, as it's been moved to gst-plugins-gl.
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/inspect/plugin-glimagesink.xml:
* sys/Makefile.am:
* sys/glsink/BUGS:
* sys/glsink/Makefile.am:
* sys/glsink/color_matrix.c:
* sys/glsink/glextensions.c:
* sys/glsink/glextensions.h:
* sys/glsink/glimagesink.c:
* sys/glsink/glimagesink.h:
* sys/glsink/gltestsrc.c:
* sys/glsink/gltestsrc.h:
* sys/glsink/gstglbuffer.c:
* sys/glsink/gstglbuffer.h:
* sys/glsink/gstglconvert.c:
* sys/glsink/gstgldisplay.c:
* sys/glsink/gstgldisplay.h:
* sys/glsink/gstgldownload.c:
* sys/glsink/gstglfilter.c:
* sys/glsink/gstglfilter.h:
* sys/glsink/gstglfilterexample.c:
* sys/glsink/gstgltestsrc.c:
* sys/glsink/gstgltestsrc.h:
* sys/glsink/gstglupload.c:
* sys/glsink/gstopengl.c:
Remove glimagesink, as it's been moved to gst-plugins-gl.
Fixes #516094.
Diffstat (limited to 'sys/glsink/BUGS')
-rw-r--r-- | sys/glsink/BUGS | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sys/glsink/BUGS b/sys/glsink/BUGS deleted file mode 100644 index 795d3525..00000000 --- a/sys/glsink/BUGS +++ /dev/null @@ -1,19 +0,0 @@ - -known issues: - - - negotiation is shite. I don't want to know about any failed - negotiations or failed prerolls. - - - teardown sometimes fails. - - - sharing a GL context among a bunch of elements that stomp all - over it is potential fail. - - -intel driver: - - - rendering to texture ignores the color matrix. This causes any - YUV->RGB conversion to fail. - - - YUY2 and UYVY conversions in the driver use the wrong matrix. - |