summaryrefslogtreecommitdiffstats
path: root/sys/glsink/glvideo.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2007-12-18 01:25:58 +0000
committerDavid Schleef <ds@schleef.org>2007-12-18 01:25:58 +0000
commit4625e68226117c9e57939d66fafd26c3fba7470c (patch)
tree8471c6b295cc9448d33a3438a19f845e6d65c578 /sys/glsink/glvideo.h
parent45e90efd1b3f19b231fd4e4cc753e2870aa62d0a (diff)
downloadgst-plugins-bad-4625e68226117c9e57939d66fafd26c3fba7470c.tar.gz
gst-plugins-bad-4625e68226117c9e57939d66fafd26c3fba7470c.tar.bz2
gst-plugins-bad-4625e68226117c9e57939d66fafd26c3fba7470c.zip
sys/glsink/: Use new GstVideoFormat checked into -base. Add new glupload element to upload raw video into a GLXPixbu...
Original commit message from CVS: * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstopengl.c: * sys/glsink/gstglupload.c: Use new GstVideoFormat checked into -base. Add new glupload element to upload raw video into a GLXPixbuf. Untested. Will likely crash your motorcycle if you try it. * sys/glsink/gstvideo-common.c: * sys/glsink/gstvideo-common.h: Remove.
Diffstat (limited to 'sys/glsink/glvideo.h')
-rw-r--r--sys/glsink/glvideo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/glsink/glvideo.h b/sys/glsink/glvideo.h
index 4198625d..e1bdfe92 100644
--- a/sys/glsink/glvideo.h
+++ b/sys/glsink/glvideo.h
@@ -53,6 +53,8 @@ GstGLDisplay *gst_gl_display_new (const char *display_name);
gboolean gst_gl_display_can_handle_type (GstGLDisplay *display,
GstGLImageType type);
void gst_gl_display_free (GstGLDisplay *display);
+void gst_gl_display_lock (GstGLDisplay *display);
+void gst_gl_display_unlock (GstGLDisplay *display);
/* drawable */