gldownload: fix element description (was "OpenGL uploader")
authorFlorent Thiéry <florent.thiery@ubicast.eu>
Tue, 22 Nov 2016 17:06:52 +0000 (18:06 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:25 +0000 (19:32 +0000)
ext/gl/gstgldownloadelement.c

index 058398b..36821df 100644 (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>");
 }