summaryrefslogtreecommitdiff
path: root/gst-plugin/src/gstplugin.c
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2020-05-12 18:00:25 +0200
committerEdward Hervey <bilboed@bilboed.com>2020-05-12 18:00:25 +0200
commit68102a52e3db4825cbefa91407474b913d9d26ab (patch)
tree1f67d08356b4072cad477a449b186daf8fe7d177 /gst-plugin/src/gstplugin.c
parent22e51b0972ab4f01647fa1087a9e8104442e2167 (diff)
gst-plugin: Update comment
Diffstat (limited to 'gst-plugin/src/gstplugin.c')
-rw-r--r--gst-plugin/src/gstplugin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-plugin/src/gstplugin.c b/gst-plugin/src/gstplugin.c
index f168154..c561a53 100644
--- a/gst-plugin/src/gstplugin.c
+++ b/gst-plugin/src/gstplugin.c
@@ -262,9 +262,9 @@ plugin_init (GstPlugin * plugin)
GST_TYPE_PLUGIN_TEMPLATE);
}
-/* PACKAGE: this is usually set by autotools depending on some _INIT macro
- * in configure.ac and then written into and defined in config.h, but we can
- * just set it ourselves here in case someone doesn't use autotools to
+/* PACKAGE: this is usually set by meson depending on some _INIT macro
+ * in meson.build and then written into and defined in config.h, but we can
+ * just set it ourselves here in case someone doesn't use meson to
* compile this code. GST_PLUGIN_DEFINE needs PACKAGE to be defined.
*/
#ifndef PACKAGE