summaryrefslogtreecommitdiffstats
path: root/sys/glsink/gstgltestsrc.c
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2007-12-27 04:15:26 +0000
committerDavid Schleef <ds@schleef.org>2007-12-27 04:15:26 +0000
commit2b704cae584bb3f0749389d57e52dddac32ab89f (patch)
tree0dba25d1af8c1c1b4abbe2a898ce4b4ea9e18d3f /sys/glsink/gstgltestsrc.c
parent3b15f24af01272a011b9e8d9df500a7c62eb496d (diff)
downloadgst-plugins-bad-2b704cae584bb3f0749389d57e52dddac32ab89f.tar.gz
gst-plugins-bad-2b704cae584bb3f0749389d57e52dddac32ab89f.tar.bz2
gst-plugins-bad-2b704cae584bb3f0749389d57e52dddac32ab89f.zip
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).
Diffstat (limited to 'sys/glsink/gstgltestsrc.c')
-rw-r--r--sys/glsink/gstgltestsrc.c2
1 files changed, 0 insertions, 2 deletions
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",