gldownload: fix element description (was "OpenGL uploader")

This commit is contained in:
Florent Thiéry 2016-11-22 18:06:52 +01:00 committed by Tim-Philipp Müller
parent 86a9499d5e
commit 2faef638ed

View file

@ -79,7 +79,7 @@ gst_gl_download_element_class_init (GstGLDownloadElementClass * klass)
&gst_gl_download_element_sink_pad_template);
gst_element_class_set_metadata (element_class,
"OpenGL uploader", "Filter/Video",
"OpenGL downloader", "Filter/Video",
"Downloads data from OpenGL", "Matthew Waters <matthew@centricular.com>");
}