mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
gldownload: fix element description (was "OpenGL uploader")
This commit is contained in:
parent
86a9499d5e
commit
2faef638ed
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ gst_gl_download_element_class_init (GstGLDownloadElementClass * klass)
|
||||||
&gst_gl_download_element_sink_pad_template);
|
&gst_gl_download_element_sink_pad_template);
|
||||||
|
|
||||||
gst_element_class_set_metadata (element_class,
|
gst_element_class_set_metadata (element_class,
|
||||||
"OpenGL uploader", "Filter/Video",
|
"OpenGL downloader", "Filter/Video",
|
||||||
"Downloads data from OpenGL", "Matthew Waters <matthew@centricular.com>");
|
"Downloads data from OpenGL", "Matthew Waters <matthew@centricular.com>");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue