summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-19 20:01:37 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-19 20:01:37 +0100
commit45dce3a1013f7c11f6f548541d0f624c4b39951a (patch)
treed5166cc971955c7b25b405e2944db3e818cf919d
parentf94bca2165fff38fdc95ce755484aa3ff3d7cf5b (diff)
downloadclutter-gst-wip/hadess/builddir-srcdir.tar.gz
plugin: Fix build with GStreamer 1.13wip/hadess/builddir-srcdir
The plugin description is supposed to be an unescaped string, to be concatenated with function names. This worked with earlier version of GStreamer, but breaks with the GStreamer 1.13 development branch and newer.
-rw-r--r--clutter-gst/clutter-gst-plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter-gst/clutter-gst-plugin.c b/clutter-gst/clutter-gst-plugin.c
index 3f6d5a1..832fec9 100644
--- a/clutter-gst/clutter-gst-plugin.c
+++ b/clutter-gst/clutter-gst-plugin.c
@@ -65,7 +65,7 @@ plugin_init (GstPlugin *plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- clutter-gst3,
+ clutter_gst3,
"Elements to render to ClutterGst actors",
plugin_init,
VERSION,