[557/906] Fix plugin define and remove warning

This commit is contained in:
Matthew Waters 2012-08-10 16:41:12 +10:00
parent c7e43349e4
commit b227398c0c

View file

@ -202,6 +202,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"opengl",
opengl,
"OpenGL plugin",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)