summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstgldisplay.h
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2012-09-25 15:20:21 +1000
committerMatthew Waters <ystreet00@gmail.com>2014-03-15 18:36:49 +0100
commit4716682c558bb57808382cdf4dffae48e862fa87 (patch)
tree68a8334e858d56bc8301f4fc50e8e8f6c917ebb1 /gst-libs/gst/gl/gstgldisplay.h
parent17425aaaac5c32c6c52bfa709fd2f64c58b2c9b6 (diff)
downloadgstreamer-plugins-bad-4716682c558bb57808382cdf4dffae48e862fa87.tar.gz
[590/906] up/download: fix scaling on transfer
i.e. uploading from a 10x10 video frame to a 20x20 texture into another 30x30 videoframe
Diffstat (limited to 'gst-libs/gst/gl/gstgldisplay.h')
-rw-r--r--gst-libs/gst/gl/gstgldisplay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/gl/gstgldisplay.h b/gst-libs/gst/gl/gstgldisplay.h
index 5103ede9e..8e4b82047 100644
--- a/gst-libs/gst/gl/gstgldisplay.h
+++ b/gst-libs/gst/gl/gstgldisplay.h
@@ -129,8 +129,8 @@ struct _GstGLDisplay
GstGLDisplayConversion colorspace_conversion;
- GHashTable *uploads;
- GHashTable *downloads;
+ GSList *uploads;
+ GSList *downloads;
//foreign gl context
gulong external_gl_context;