GST_VERSION_MINOR,
"gst-test",
"controller test plugin - several unit test support elements",
- plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN);
+ plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
/*
static void __attribute__ ((constructor))
VERSION,
GST_LICENSE,
PACKAGE,
- GST_PACKAGE,
- GST_ORIGIN,
+ GST_PACKAGE_NAME,
+ GST_PACKAGE_ORIGIN,
GST_PADDING_INIT
};
fail_unless_equals_string (plugin->desc.version, VERSION);
fail_unless_equals_string (plugin->desc.license, "LGPL");
fail_unless_equals_string (plugin->desc.source, "gstreamer");
- fail_unless_equals_string (plugin->desc.package, GST_PACKAGE);
- fail_unless_equals_string (plugin->desc.origin, GST_ORIGIN);
+ fail_unless_equals_string (plugin->desc.package, GST_PACKAGE_NAME);
+ fail_unless_equals_string (plugin->desc.origin, GST_PACKAGE_ORIGIN);
gst_object_unref (plugin);
}
dnl set license and copyright notice
GST_LICENSE="LGPL"
-AC_DEFINE(GST_LICENSE, "$GST_LICENSE", [GStreamer license])
+AC_DEFINE_UNQUOTED(GST_LICENSE, "$GST_LICENSE", [GStreamer license])
AC_SUBST(GST_LICENSE)
dnl define LIBDIR so we can inform people where we live
VERSION,
GST_LICENSE,
PACKAGE,
- GST_PACKAGE,
- GST_ORIGIN,
+ GST_PACKAGE_NAME,
+ GST_PACKAGE_ORIGIN,
GST_PADDING_INIT
};
fail_unless_equals_string (plugin->desc.version, VERSION);
fail_unless_equals_string (plugin->desc.license, "LGPL");
fail_unless_equals_string (plugin->desc.source, "gstreamer");
- fail_unless_equals_string (plugin->desc.package, GST_PACKAGE);
- fail_unless_equals_string (plugin->desc.origin, GST_ORIGIN);
+ fail_unless_equals_string (plugin->desc.package, GST_PACKAGE_NAME);
+ fail_unless_equals_string (plugin->desc.origin, GST_PACKAGE_ORIGIN);
gst_object_unref (plugin);
}
GST_VERSION_MINOR,
"gst-test",
"controller test plugin - several unit test support elements",
- plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN);
+ plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
/*
static void __attribute__ ((constructor))