mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
gldownloadelement: Download *from* OpenGL, not into
This commit is contained in:
parent
d20af8338a
commit
3acaa0eb0f
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ gst_gl_download_element_class_init (GstGLDownloadElementClass * klass)
|
||||||
|
|
||||||
gst_element_class_set_metadata (element_class,
|
gst_element_class_set_metadata (element_class,
|
||||||
"OpenGL uploader", "Filter/Video",
|
"OpenGL uploader", "Filter/Video",
|
||||||
"Downloads data into OpenGL", "Matthew Waters <matthew@centricular.com>");
|
"Downloads data from OpenGL", "Matthew Waters <matthew@centricular.com>");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue