summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-10-22 11:30:09 +0200
committerThibault Saunier <tsaunier@igalia.com>2019-05-13 11:35:45 -0400
commitdce17521eb48cb2a3ceeb667c378c9640479db10 (patch)
treefe10981d3974f13ec9de0512ffda7a19ea091c91
parentf2f715a265939a3ec0dec939546a06e4afeda86f (diff)
downloadgstreamer-plugins-bad-dce17521eb48cb2a3ceeb667c378c9640479db10.tar.gz
directfb: Fixup plugin name to match plugin filename
Has required by the new PLUGIN_DEFINE macro
-rw-r--r--ext/directfb/dfbvideosink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/directfb/dfbvideosink.c b/ext/directfb/dfbvideosink.c
index 2cdb40394..2313e9bd6 100644
--- a/ext/directfb/dfbvideosink.c
+++ b/ext/directfb/dfbvideosink.c
@@ -2467,6 +2467,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- dfbvideosink,
+ directfb,
"DirectFB video output plugin",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)