summaryrefslogtreecommitdiff
path: root/ext/gl/gstgltestsrc.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-10-13 13:25:42 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-10-13 13:25:42 +0200
commitfe3fafe6523054d3f6f26ade4f0ed50aa0602870 (patch)
tree4aec82c76145f056b0514e712989f3ca139fcfa2 /ext/gl/gstgltestsrc.h
parentd8a262a589ceca07620fab8358d59e7e31737729 (diff)
downloadgstreamer-plugins-bad-fe3fafe6523054d3f6f26ade4f0ed50aa0602870.tar.gz
gltestsrc: Add other-context property
Diffstat (limited to 'ext/gl/gstgltestsrc.h')
-rw-r--r--ext/gl/gstgltestsrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gl/gstgltestsrc.h b/ext/gl/gstgltestsrc.h
index 0e7d71bb3..2c60b251c 100644
--- a/ext/gl/gstgltestsrc.h
+++ b/ext/gl/gstgltestsrc.h
@@ -108,7 +108,7 @@ struct _GstGLTestSrc {
GstGLDownload *download;
GstGLDisplay *display;
- GstGLContext *context;
+ GstGLContext *context, *other_context;
gint64 timestamp_offset; /* base offset */
GstClockTime running_time; /* total running time */
gint64 n_frames; /* total frames sent */