mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
directfb: Fixup plugin name to match plugin filename
Has required by the new PLUGIN_DEFINE macro
This commit is contained in:
parent
f2f715a265
commit
dce17521eb
1 changed files with 1 additions and 1 deletions
|
@ -2467,6 +2467,6 @@ plugin_init (GstPlugin * plugin)
|
||||||
|
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
dfbvideosink,
|
directfb,
|
||||||
"DirectFB video output plugin",
|
"DirectFB video output plugin",
|
||||||
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||||
|
|
Loading…
Reference in a new issue