From 2b704cae584bb3f0749389d57e52dddac32ab89f Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 27 Dec 2007 04:15:26 +0000 Subject: sys/glsink/: Convert gldownload to BaseTransform. Make glfilterexample visually interesting. Add support for variou... Original commit message from CVS: * sys/glsink/gltestsrc.c: * sys/glsink/gstglbuffer.c: * sys/glsink/gstglbuffer.h: * sys/glsink/gstgldownload.c: * sys/glsink/gstglfilter.c: * sys/glsink/gstglfilterexample.c: * sys/glsink/gstgltestsrc.c: * sys/glsink/gstglupload.c: Convert gldownload to BaseTransform. Make glfilterexample visually interesting. Add support for various formats to downloading. Fix a few places where we leak GL state to other elements (bad, but hard to prevent). --- sys/glsink/gstgltestsrc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/glsink/gstgltestsrc.c') diff --git a/sys/glsink/gstgltestsrc.c b/sys/glsink/gstgltestsrc.c index a5e544a6..563f3c5f 100644 --- a/sys/glsink/gstgltestsrc.c +++ b/sys/glsink/gstgltestsrc.c @@ -53,8 +53,6 @@ GST_DEBUG_CATEGORY_STATIC (gl_test_src_debug); #define GST_CAT_DEFAULT gl_test_src_debug -#define GST_GL_VIDEO_CAPS "video/x-raw-gl,width=(int)[1,2048],height=(int)[1,2048],framerate=(fraction)[0/1,100/1],pixel_aspect_ratio=(fraction)[0/1,100/1]" - static const GstElementDetails gl_test_src_details = GST_ELEMENT_DETAILS ("Video test source", "Source/Video", -- cgit v1.2.1