summaryrefslogtreecommitdiffstats
path: root/sys/glsink/gstglupload.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/gstglupload.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/gstglupload.c')
-rw-r--r--sys/glsink/gstglupload.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/glsink/gstglupload.c b/sys/glsink/gstglupload.c
index 3b5cbc5f..cab99359 100644
--- a/sys/glsink/gstglupload.c
+++ b/sys/glsink/gstglupload.c
@@ -68,8 +68,6 @@ static const GstElementDetails element_details = GST_ELEMENT_DETAILS ("FIXME",
"FIXME example filter",
"FIXME <fixme@fixme.com>");
-#define GST_GL_VIDEO_CAPS "video/x-raw-gl"
-
static GstStaticPadTemplate gst_gl_upload_src_pad_template =
GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC,