From 1a74d7922af0c0ed00ad65cbc9bb1d5e7b76ff16 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 12 Feb 2008 21:01:17 +0000 Subject: 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. --- sys/glsink/BUGS | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 sys/glsink/BUGS (limited to 'sys/glsink/BUGS') 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. - -- cgit v1.2.1